summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.1.bb8
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb5
2 files changed, 8 insertions, 5 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
index 1ad47d2..7c709b8 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,10 +5,12 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-DEPENDS = "libgps24"
-RDEPENDS_${PN} = "libgps24"
+DEPENDS_mtbsp-ti = "libgps25"
+DEPENDS_mtbsp-at91 = "libgps24"
+RDEPENDS_${PN}_mtbsp-ti = "libgps25"
+RDEPENDS_${PN}_mtbsp-at91 = "libgps24"
-PR = "r24"
+PR = "r26"
SRCREV = "dea57d6f29246434173c33c56850708c51fc5b23"
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
index 06302f5..641c883 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
@@ -5,10 +5,11 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
-DEPENDS = "lora-gateway logrotate lora-logging libgps24"
+DEPENDS_mtbsp-ti = "lora-gateway logrotate lora-logging libgps25"
+DEPENDS_mtbsp-at91 = "lora-gateway logrotate lora-logging libgps24"
RDEPENDS_${PN} += "bash"
FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3"
-PR = "r23"
+PR = "r25"
SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce"
PACKAGE_ARCH = "${MACHINE_ARCH}"