diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-03-19 09:51:10 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-22 12:25:40 -0500 |
commit | 7945c14ac109bd38c6fd2481fd10b4a4b91582a3 (patch) | |
tree | a79dd42119c7d1e1442f114b3b38429eba942ff9 | |
parent | a70e0d1121c77f042874b09f1fee39efa28462ac (diff) | |
download | meta-mlinux-7945c14ac109bd38c6fd2481fd10b4a4b91582a3.tar.gz meta-mlinux-7945c14ac109bd38c6fd2481fd10b4a4b91582a3.tar.bz2 meta-mlinux-7945c14ac109bd38c6fd2481fd10b4a4b91582a3.zip |
lora: update network server to 2.0.18 with support for 2000 end-devices and 10 gateways
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.0.18.bb (renamed from recipes-connectivity/lora/lora-network-server_2.0.17.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.0.17.bb b/recipes-connectivity/lora/lora-network-server_2.0.18.bb index 89112d5..985b74e 100644 --- a/recipes-connectivity/lora/lora-network-server_2.0.17.bb +++ b/recipes-connectivity/lora/lora-network-server_2.0.18.bb @@ -14,8 +14,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.logrotate.conf \ " -SRC_URI[md5sum] = "bbceba6f5a64848f41ea522c6041eb75" -SRC_URI[sha256sum] = "e0fb2d9d3b0204c2d663cdca96513efdd7cdf11eff8714b817d45cef97652aeb" +SRC_URI[md5sum] = "d4355baa659a539ddb950e3081a6da59" +SRC_URI[sha256sum] = "3ea383178f89d43838525abb5dbb1b4f000dfa9623f3fbc96409e5cf3b9840b7" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |