diff options
author | John Klug <john.klug@multitech.com> | 2021-01-12 16:11:33 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-12 16:12:22 -0600 |
commit | 8edb343a1882fc59746cb1880d7b7cfe6762e496 (patch) | |
tree | 34be13ab226f7dab2cc870a957e8111641e424fd | |
parent | 9c4fe5c991614d9d13668efabf1ce143cc6d20c1 (diff) | |
download | meta-mlinux-8edb343a1882fc59746cb1880d7b7cfe6762e496.tar.gz meta-mlinux-8edb343a1882fc59746cb1880d7b7cfe6762e496.tar.bz2 meta-mlinux-8edb343a1882fc59746cb1880d7b7cfe6762e496.zip |
Update LPF and LG hash
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 2719b2e..2b4b538 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -9,7 +9,7 @@ DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" PR = "r28" -SRCREV = "dea57d6f29246434173c33c56850708c51fc5b23" +SRCREV = "03a003c56355b7597c68711ce95424285b66d311" SRC_URI = "git://git.multitech.net/lora_gateway_mtac_full;branch=master;protocol=git \ 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 d0688b1..6a4dd36 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -9,7 +9,7 @@ DEPENDS = "lora-gateway logrotate lora-logging gpsd" RDEPENDS_${PN} += "bash" FILESEXTRAPATHS_append_mtcdt3hs := ":${THISDIR}/lora-packet-forwarder/mtcdt3" PR = "r27" -SRCREV = "28b9dff2eb06fb88421cf32771d380a178079fce" +SRCREV = "f2db5693ba2f4ad15f0b5ea206a43706d2cf4019" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "git://git.multitech.net/packet_forwarder_mtac_full;branch=master;protocol=git \ |