summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora
diff options
context:
space:
mode:
authorSerhii Voloshynov <serhii.voloshynov@globallogic.com>2020-12-08 09:24:49 +0200
committerJohn Klug <john.klug@multitech.com>2021-01-04 13:26:06 -0600
commitf5dc7e9e42f2bf9107da895c3868566d1c154702 (patch)
tree6abe9d71bc825d17abe199e451ae2f5ef893e062 /recipes-connectivity/lora
parentab2396560ddda6d2b7c38f8d275b957ec4e966cd (diff)
downloadmeta-mlinux-f5dc7e9e42f2bf9107da895c3868566d1c154702.tar.gz
meta-mlinux-f5dc7e9e42f2bf9107da895c3868566d1c154702.tar.bz2
meta-mlinux-f5dc7e9e42f2bf9107da895c3868566d1c154702.zip
add gpsd 3.19/3.20
Diffstat (limited to 'recipes-connectivity/lora')
-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}"