diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-22 10:33:58 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-22 10:33:58 -0500 |
commit | cf909ecf4fa6d14535e9fcaaace73116558e9321 (patch) | |
tree | 17c27cbe02f36509f7ea4eeeb2b2785c55e52aba /recipes-connectivity | |
parent | 92d4f449a8abc3d8ccbe2911b689ed53fb59c128 (diff) | |
download | meta-mlinux-cf909ecf4fa6d14535e9fcaaace73116558e9321.tar.gz meta-mlinux-cf909ecf4fa6d14535e9fcaaace73116558e9321.tar.bz2 meta-mlinux-cf909ecf4fa6d14535e9fcaaace73116558e9321.zip |
Updated lora gateway, packet forwarder and network server tags
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.12.bb (renamed from recipes-connectivity/lora/lora-gateway_5.0.11.bb) | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.5.47.bb (renamed from recipes-connectivity/lora/lora-network-server_2.5.35.bb) | 4 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb (renamed from recipes-connectivity/lora/lora-packet-forwarder_4.0.17.bb) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.11.bb b/recipes-connectivity/lora/lora-gateway_5.0.12.bb index 7baa9d2..90f3f51 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.11.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.12.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" -PR = "r33" +PR = "r34" SRCREV = "${PV}" SRC_URI = "git://git.multitech.net/lora_gateway_mtac_full;branch=master;protocol=git \ diff --git a/recipes-connectivity/lora/lora-network-server_2.5.35.bb b/recipes-connectivity/lora/lora-network-server_2.5.47.bb index 97a9852..9944cbf 100644 --- a/recipes-connectivity/lora/lora-network-server_2.5.35.bb +++ b/recipes-connectivity/lora/lora-network-server_2.5.47.bb @@ -13,8 +13,8 @@ SRC_URI = "https://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ file://lora-network-server.default \ " -SRC_URI[md5sum] = "94044e85f244776fc3e79afece3f8205" -SRC_URI[sha256sum] = "d905d80f8375c81389a939ec78770c27cc979554bc2618f1ad162c94b3d8d3ce" +SRC_URI[md5sum] = "b6d9f84be49bb12971a75db13a31404c" +SRC_URI[sha256sum] = "ec53129b04d8ed5da97c8a710491e038b4e96d1470d8b9d38baf65e37f266784" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.17.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb index cc974ec..3eaa70a 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.17.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging gpsd" RDEPENDS_${PN} += "bash" FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3" -PR = "r31" +PR = "r32" SRCREV = "${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" |