diff options
-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 \ |