summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/mlinux.conf2
-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
3 files changed, 6 insertions, 9 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 4cdf5f5..3c4b348 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -72,4 +72,4 @@ require java.inc
PREFERRED_VERSION_nodejs ?= "10.%"
PREFERRED_VERSION_nodejs-native ?= "10.%"
-PREFERRED_VERSION_gpsd ?= "3.16"
+PREFERRED_VERSION_gpsd ?= "3.20"
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
index 7c709b8..dc3a985 100644
--- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb
@@ -5,12 +5,10 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb"
-DEPENDS_mtbsp-ti = "libgps25"
-DEPENDS_mtbsp-at91 = "libgps24"
-RDEPENDS_${PN}_mtbsp-ti = "libgps25"
-RDEPENDS_${PN}_mtbsp-at91 = "libgps24"
+DEPENDS = "libgps25"
+RDEPENDS_${PN} = "libgps25"
-PR = "r26"
+PR = "r27"
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 641c883..a56ec60 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb
@@ -5,11 +5,10 @@ SECTION = "console/utils"
# Semtech license is a modified BSD-style license
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
-DEPENDS_mtbsp-ti = "lora-gateway logrotate lora-logging libgps25"
-DEPENDS_mtbsp-at91 = "lora-gateway logrotate lora-logging libgps24"
+DEPENDS = "lora-gateway logrotate lora-logging libgps25"
RDEPENDS_${PN} += "bash"
FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3"
-PR = "r25"
+PR = "r26"
SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce"
PACKAGE_ARCH = "${MACHINE_ARCH}"