diff options
author | John Klug <john.klug@multitech.com> | 2021-01-11 18:49:28 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-11 18:49:28 -0600 |
commit | b8a34c391bc4a09b33473a530d2ae782ab04e02b (patch) | |
tree | efa2dee806aa1bc2839570d26d79d2f60d8c39db | |
parent | d537e5c157c8d640a5c085f9eb255a8e4e4f86e5 (diff) | |
download | meta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.tar.gz meta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.tar.bz2 meta-mlinux-b8a34c391bc4a09b33473a530d2ae782ab04e02b.zip |
Use libgps25 in LoRa recipes
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 6 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 4 |
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}" |