diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2018-09-24 15:14:08 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2018-09-24 15:14:08 -0500 |
commit | 69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca (patch) | |
tree | 1b805b021a43088e440f461c7b61330c9a528ee3 /recipes-connectivity/lora | |
parent | 7516ef4a0314d7c145cbf4161955fc0658b7d42d (diff) | |
download | meta-mlinux-69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca.tar.gz meta-mlinux-69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca.tar.bz2 meta-mlinux-69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca.zip |
GPSD integration for lora packet forwarder
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 5a7c758..b899126 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -5,7 +5,7 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "" +DEPENDS = "gpsd" PR = "r11" SRCREV = "v${PV}" @@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "28fbfe098013908794b32e51d1fed4427f20dd6c8adbbca78df2e1800f S = "${WORKDIR}/git" -CFLAGS += "-Iinc -I." +CFLAGS += "-Iinc -I. -idirafter ${STAGING_DIR_TARGET}/usr/include/gps" do_configure_append() { # copy over custom library_4.0.cfg |