diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-11-04 11:27:40 -0600 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:21 +0300 |
commit | 497780ee13adb0041d7d8fce233b0d4f30805661 (patch) | |
tree | cc1a943927c1dd8c0fe8d2e705b07237c2e96de9 | |
parent | f55416a64e699ef486a823a815eed94fe491594c (diff) | |
download | meta-mlinux-497780ee13adb0041d7d8fce233b0d4f30805661.tar.gz meta-mlinux-497780ee13adb0041d7d8fce233b0d4f30805661.tar.bz2 meta-mlinux-497780ee13adb0041d7d8fce233b0d4f30805661.zip |
lora: update packet forwarder and gateway
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 5 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index ac3c276..97dcd2b 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -7,8 +7,9 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "libgps24" RDEPENDS_${PN} = "libgps24" -PR = "r20" -SRCREV = "6de119daaed517a0916ef889505bc6ccdaa372be" + +PR = "r21" +SRCREV = "408ecd322635e37c710006c95a22dddc455e7f08" SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/lora_gateway_mtac_full.git;protocol=ssh;branch=master \ file://library_4.0.cfg \ 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 d57b913..864b1d2 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -7,9 +7,10 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging gpsd" RDEPENDS_${PN} += "bash" -PR = "r22" -SRCREV = "e6960db410f52ccadd3d70d3411c1f512f21ff78" +PR = "r23" +SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce" + SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/packet_forwarder_mtac_full.git;protocol=ssh;branch=master \ file://README.md \ |