summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/lora/lora-gateway_5.0.1.bb6
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb4
2 files changed, 5 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 dc3a985..dc82233 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,10 +5,10 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-DEPENDS = "libgps25"
-RDEPENDS_${PN} = "libgps25"
+DEPENDS = "libgps"
+RDEPENDS_${PN} = "libgps"
-PR = "r27"
+PR = "r28"
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 a56ec60..495d41a 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,10 @@ 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 libgps25"
+DEPENDS = "lora-gateway logrotate lora-logging libgps"
RDEPENDS_${PN} += "bash"
FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3"
-PR = "r26"
+PR = "r27"
SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce"
PACKAGE_ARCH = "${MACHINE_ARCH}"