diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-10-31 09:40:53 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:21 +0300 |
commit | f55416a64e699ef486a823a815eed94fe491594c (patch) | |
tree | b216c06f81e7b7af3dbf0a0f0bcc96e620d8f43f | |
parent | 14d66e58683d44ab7c5902d8765b3cdb8c5f5d5e (diff) | |
download | meta-mlinux-f55416a64e699ef486a823a815eed94fe491594c.tar.gz meta-mlinux-f55416a64e699ef486a823a815eed94fe491594c.tar.bz2 meta-mlinux-f55416a64e699ef486a823a815eed94fe491594c.zip |
lora: update LNS to 2.2.40
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.2.40.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.39.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.39.bb b/recipes-connectivity/lora/lora-network-server_2.2.40.bb index 6c17b04..ee19f13 100644 --- a/recipes-connectivity/lora/lora-network-server_2.2.39.bb +++ b/recipes-connectivity/lora/lora-network-server_2.2.40.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] = "02feb140003227acb6e93badfc25ef10" -SRC_URI[sha256sum] = "e3f6798caa4ce200d8a243e16e4839a84403d4f8657f8bf7584d58deb775b396" +SRC_URI[md5sum] = "43c3197dda420a1894647cd72ef05ecd" +SRC_URI[sha256sum] = "90b22e941adf0753f739267584a5812e8dfd055b17bbfd602d08e2704c6857c7" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |