summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2022-05-17 10:48:02 -0500
committerJason Reiss <jreiss@multitech.com>2022-05-17 10:48:02 -0500
commitb2214bae4b5bb177642eeb9f4a27f8b9bcf9c36f (patch)
tree20c8231a93c4e2faff1660ef80676336a0848c80
parent159dd9c4756d3f2f4492533b093b3788d17ae3f3 (diff)
downloadmeta-mlinux-b2214bae4b5bb177642eeb9f4a27f8b9bcf9c36f.tar.gz
meta-mlinux-b2214bae4b5bb177642eeb9f4a27f8b9bcf9c36f.tar.bz2
meta-mlinux-b2214bae4b5bb177642eeb9f4a27f8b9bcf9c36f.zip
lora: update PKF and gateway recipes
-rw-r--r--recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb (renamed from recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb)4
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.14.bb (renamed from recipes-connectivity/lora/lora-gateway_5.0.12.bb)0
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.22.bb (renamed from recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb)0
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb
index 312eda4..3193c0b 100644
--- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb
+++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=d2119120bd616e725f4580070bd9ee19"
-DEPENDS = "logrotate"
+DEPENDS = "logrotate gpsd"
RDEPENDS_${PN} += "bash"
PR = "r6"
@@ -29,7 +29,7 @@ B = "${S}"
LORA_DIR = "/opt/lora"
-CFLAGS += "-DNODEBUG -I${S}/packet_forwarder/inc -I${S}/libloragw/inc -I${S}/libtools/inc -I${S}/inc -I. -std=gnu11"
+CFLAGS += "-DNODEBUG -I${S}/packet_forwarder/inc -I${S}/libloragw/inc -I${S}/libtools/inc -I${S}/inc -I. -idirafter ${STAGING_DIR_TARGET}/usr/include/gps -std=gnu11"
do_compile() {
oe_runmake packet_forwarder LDFLAGS=${LDFLAGS}
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.12.bb b/recipes-connectivity/lora/lora-gateway_5.0.14.bb
index 90f3f51..90f3f51 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.12.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.14.bb
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.22.bb
index 3eaa70a..3eaa70a 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.22.bb