diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-09-18 14:43:20 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:21 +0300 |
commit | 5a579996324b2846e3e8186fb7e363ad60e660f0 (patch) | |
tree | 43cb50a27318e806573fdc181dcbde072c34e8a0 | |
parent | ec0ab233197d6a4e9dadefcd2c8fa5c2b9ceb2e2 (diff) | |
download | meta-mlinux-5a579996324b2846e3e8186fb7e363ad60e660f0.tar.gz meta-mlinux-5a579996324b2846e3e8186fb7e363ad60e660f0.tar.bz2 meta-mlinux-5a579996324b2846e3e8186fb7e363ad60e660f0.zip |
lora: update packet-forwarder and gateway
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 4 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 4 |
2 files changed, 4 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 d31c439..432c9a8 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -7,8 +7,8 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "libgps24" RDEPENDS_${PN} = "libgps24" -PR = "r12" -SRCREV = "1e66084295f37f0d7f5f0a3518e43ae0cc613898" +PR = "r14" +SRCREV = "660f8ec6a84315a75327458934d01276dd9d5ab9" 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 bcbe3f4..3a5daf5 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,9 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging gpsd" RDEPENDS_${PN} += "bash" -PR = "r17" +PR = "r21" -SRCREV = "a32deb8ba7ce6987a7964958c079f3dc078fa0c8" +SRCREV = "86d30c1f498543a18a585fd726931131a6853af7" SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/packet_forwarder_mtac_full.git;protocol=ssh;branch=master \ file://README.md \ |