diff options
author | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
commit | 0d53f1437fcdbae1c1b112b9892be8994cef3834 (patch) | |
tree | 2cf46a12b25f6b7d2fd1e080cc9b8d47300e1407 /recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb | |
parent | 12465c3b11e4a7517a92480980f1ce2f8a877e71 (diff) | |
parent | 2ba73a35c4907336858320b31ce515a6aa10698f (diff) | |
download | meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.gz meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.bz2 meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.zip |
Change priority of gpsd and add multitech GPS device to default.
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb index 541247b..7ca1ffb 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb @@ -26,8 +26,8 @@ S = "${WORKDIR}/git" LORA_DIR = "/opt/lora" -export LGW_PATH = "${STAGING_LIBDIR}/lora" -export LGW_INC = "${STAGING_INCDIR}/lora" +export LGW_PATH = "${STAGING_LIBDIR}/lora-usb" +export LGW_INC = "${STAGING_INCDIR}/lora-usb" CFLAGS += "-I${LGW_INC} -Iinc -I." |