diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-12-30 08:09:50 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:07 -0500 |
commit | a91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3 (patch) | |
tree | a3711a67119f3fc1254b34c756586362dfd954bd /recipes-connectivity | |
parent | 0db667d768cc1085d72ba776fdc4ff4974141094 (diff) | |
download | meta-mlinux-a91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3.tar.gz meta-mlinux-a91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3.tar.bz2 meta-mlinux-a91b3b04960f7b2e6c6bf13a83339ecb64c5f8c3.zip |
lora: update LNS to 2.3.2
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.3.2.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.30.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.30.bb b/recipes-connectivity/lora/lora-network-server_2.3.2.bb index 6c05481..5afeb62 100644 --- a/recipes-connectivity/lora/lora-network-server_2.2.30.bb +++ b/recipes-connectivity/lora/lora-network-server_2.3.2.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] = "c8b1589023b413e16fc3939d01a01e35" -SRC_URI[sha256sum] = "70bc0f6e703ec346efa195922ce2392a53f2069aa1a0fa63f2998af8e9a22922" +SRC_URI[md5sum] = "781eedf0ca284adb3a921a1ed2e745d2" +SRC_URI[sha256sum] = "06f3a1eabbb41289ac40792e2a0f60dcd5b86ba2bfd827db0a43c4777e43458c" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |