diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-01-05 13:47:26 +0200 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-01-05 13:47:26 +0200 |
commit | 1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686 (patch) | |
tree | c3c3151600d575a67d05739e1e8a38c0035f7472 | |
parent | fbe62030264e8db90fddd68b40be059f72acddac (diff) | |
download | meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.tar.gz meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.tar.bz2 meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.zip |
switch to gpsd 3.20
-rw-r--r-- | conf/distro/mlinux.conf | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 8 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 5 |
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}" |