summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2019-12-31 14:32:12 -0600
committerJohn Klug <john.klug@multitech.com>2020-06-18 20:22:07 -0500
commitddf781899382e04ab5c2084cb7d07bb30975eff6 (patch)
treedd349c2c025dfc617d774ac2c9a8bce8687a4ded /recipes-connectivity/lora
parenta91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3 (diff)
downloadmeta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.tar.gz
meta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.tar.bz2
meta-mlinux-ddf781899382e04ab5c2084cb7d07bb30975eff6.zip
lora: update to LNS 2.3.3, requires mosquitto 1.5.1 and jsoncpp changes
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.3.3.bb (renamed from recipes-connectivity/lora/lora-network-server_2.3.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.3.2.bb b/recipes-connectivity/lora/lora-network-server_2.3.3.bb
index 5afeb62..8b75ea6 100644
--- a/recipes-connectivity/lora/lora-network-server_2.3.2.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.3.3.bb
@@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \
file://lora-network-server.default \
"
-SRC_URI[md5sum] = "781eedf0ca284adb3a921a1ed2e745d2"
-SRC_URI[sha256sum] = "06f3a1eabbb41289ac40792e2a0f60dcd5b86ba2bfd827db0a43c4777e43458c"
+SRC_URI[md5sum] = "b0bc859e1f60b1a92b06c4bb97f70109"
+SRC_URI[sha256sum] = "f8ba944a024531dbf58f2de462cb7ccfb5e3cb8d8dedb51077e7719f32f9adc4"
# binaries are already stripped, so suppress warning
INSANE_SKIP_${PN} = "already-stripped"
@@ -33,8 +33,8 @@ INITSCRIPT_PARAMS = "defaults 80 30"
do_install() {
install -d ${D}${LORA_DIR}
- install -m 0755 lora-network-server-mlinux-4 ${D}${LORA_DIR}/lora-network-server
- install -m 0755 lora-v21-keygen ${D}${LORA_DIR}/lora-v21-keygen
+ install -m 0755 lora-network-server-arm926ejste-mlinux-5.2 ${D}${LORA_DIR}/lora-network-server
+ install -m 0755 lora-v21-keygen-arm926ejste-mlinux-5.2 ${D}${LORA_DIR}/lora-v21-keygen
install -m 0644 config/lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample
install -m 0644 config/lora-network-server.conf.full ${D}${LORA_DIR}/lora-network-server.conf.full