diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-08-20 12:25:59 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:20 +0300 |
commit | 92d476cc9a981de849883f07b07927e99c8072be (patch) | |
tree | bcc93ab40b1ee36144dc2fdd61ebfda88dcc8b51 /recipes-connectivity/lora | |
parent | 30400e029fdf6751d8f0ecc602f65702748e6e82 (diff) | |
download | meta-mlinux-92d476cc9a981de849883f07b07927e99c8072be.tar.gz meta-mlinux-92d476cc9a981de849883f07b07927e99c8072be.tar.bz2 meta-mlinux-92d476cc9a981de849883f07b07927e99c8072be.zip |
lora: update LNS to 2.2.30
mosquitto: update to 1.5.1
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.2.30.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.27.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.27.bb b/recipes-connectivity/lora/lora-network-server_2.2.30.bb index e579667..b6d12a0 100644 --- a/recipes-connectivity/lora/lora-network-server_2.2.27.bb +++ b/recipes-connectivity/lora/lora-network-server_2.2.30.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] = "ba431288ea2ad99e7558cfb8c66cfc8d" -SRC_URI[sha256sum] = "07a9282905b2461437b116dfad58abd948f3a3e180f3fbf9fdaeab93e3632bdf" +SRC_URI[md5sum] = "c8b1589023b413e16fc3939d01a01e35" +SRC_URI[sha256sum] = "70bc0f6e703ec346efa195922ce2392a53f2069aa1a0fa63f2998af8e9a22922" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -33,10 +33,12 @@ INITSCRIPT_PARAMS = "defaults 80 30" NETWORK_SERVER_VERSION_mtbsp-at91 = "4" NETWORK_SERVER_VERSION_mtbsp-ti = "5" +NS_ARCH_mtbsp-at91 = "" +NS_ARCH_mtbsp-ti = "armv7ahf-" do_install() { install -d ${D}${LORA_DIR} - install -m 0755 lora-network-server-mlinux-${NETWORK_SERVER_VERSION} ${D}${LORA_DIR}/lora-network-server + install -m 0755 lora-network-server-${NS_ARCH}mlinux-${NETWORK_SERVER_VERSION} ${D}${LORA_DIR}/lora-network-server install -m 0755 lora-v21-keygen ${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 |