diff options
author | Mykola Salomatin <mykola.salomatin@globallogic.com> | 2022-05-05 12:28:37 +0300 |
---|---|---|
committer | Mykola Salomatin <mykola.salomatin@globallogic.com> | 2022-05-05 12:28:37 +0300 |
commit | 76bdabe5709107f664a3d851ac2d3eb7a7073dd3 (patch) | |
tree | 43cff2ae4c3c8f104f5dd0623dbf064c6d4c1838 /recipes-connectivity/lora | |
parent | eeb29ee4deaa89e4f10bc193fb9e6714e420aece (diff) | |
parent | ca1aadba53b3683386bc034451212b8317492a83 (diff) | |
download | meta-mlinux-76bdabe5709107f664a3d851ac2d3eb7a7073dd3.tar.gz meta-mlinux-76bdabe5709107f664a3d851ac2d3eb7a7073dd3.tar.bz2 meta-mlinux-76bdabe5709107f664a3d851ac2d3eb7a7073dd3.zip |
Merge remote-tracking branch 'origin/6' into mpower-dev-nxp
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb (renamed from recipes-connectivity/lora/lora-gateway-sx1303_2.0.19.bb) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.12.bb (renamed from recipes-connectivity/lora/lora-gateway_5.0.10.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.12.bb) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.19.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb index 312eda4..312eda4 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.19.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.20.bb diff --git a/recipes-connectivity/lora/lora-gateway_5.0.10.bb b/recipes-connectivity/lora/lora-gateway_5.0.12.bb index 6be0c47..90f3f51 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.10.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 = "r32" +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 395fb0f..80f44d2 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.12.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.18.bb index 35ffaf5..3eaa70a 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.12.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 = "r30" +PR = "r32" SRCREV = "${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" |