summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-11 18:49:28 -0600
committerJohn Klug <john.klug@multitech.com>2021-01-11 18:49:28 -0600
commitb8a34c391bc4a09b33473a530d2ae782ab04e02b (patch)
treeefa2dee806aa1bc2839570d26d79d2f60d8c39db /recipes-connectivity/lora
parentd537e5c157c8d640a5c085f9eb255a8e4e4f86e5 (diff)
downloadmeta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.tar.gz
meta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.tar.bz2
meta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.zip
Use libgps25 in LoRa recipes
Diffstat (limited to 'recipes-connectivity/lora')
-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}"