diff options
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb | 6 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb index 0436f1e..e7b09fd 100644 --- a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm9 file://config_64ch.json \ " -SRC_URI[md5sum] = "1016f06e1182a9ddd60c2881c2fce335" -SRC_URI[sha256sum] = "575f74af26c2543a1f835eac08c062170898055c373ce9659453ddedb9cbbd24" +SRC_URI[md5sum] = "fabc5388a9ff17d7c7d2040e830d691a" +SRC_URI[sha256sum] = "4359c975618832fb9e274b273d6e297a8496833e0b75a321fda2c19d6ea8ef70" S = "${WORKDIR}" @@ -48,4 +48,4 @@ FILES_${PN}-staticdev = "${libdir}/lora/libsx1301ar.a" # disable this on purpose for dev purposes do_rm_work() { echo "skipping" -} +}
\ No newline at end of file diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb index ad82dfc..bf650a5 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb @@ -24,8 +24,8 @@ SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm9 file://global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868 \ " -SRC_URI[md5sum] = "1016f06e1182a9ddd60c2881c2fce335" -SRC_URI[sha256sum] = "575f74af26c2543a1f835eac08c062170898055c373ce9659453ddedb9cbbd24" +SRC_URI[md5sum] = "fabc5388a9ff17d7c7d2040e830d691a" +SRC_URI[sha256sum] = "4359c975618832fb9e274b273d6e297a8496833e0b75a321fda2c19d6ea8ef70" S = "${WORKDIR}" B = "${S}" |