diff options
author | Jason Reiss <jreiss@multitech.com> | 2020-03-09 15:06:53 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:07 -0500 |
commit | 9ac778701169bc5110d5a011198366d13e3fed2b (patch) | |
tree | 6a687b5c42e43a781ecc8b028934de206c71b15b /recipes-connectivity/lora | |
parent | c4d5925d4c089b600e2b1ff7cc72185bf1950b98 (diff) | |
download | meta-mlinux-9ac778701169bc5110d5a011198366d13e3fed2b.tar.gz meta-mlinux-9ac778701169bc5110d5a011198366d13e3fed2b.tar.bz2 meta-mlinux-9ac778701169bc5110d5a011198366d13e3fed2b.zip |
lora: update network server to 2.3.9
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.3.9.bb (renamed from recipes-connectivity/lora/lora-network-server_2.3.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.3.8.bb b/recipes-connectivity/lora/lora-network-server_2.3.9.bb index 77e7726..7e63635 100644 --- a/recipes-connectivity/lora/lora-network-server_2.3.8.bb +++ b/recipes-connectivity/lora/lora-network-server_2.3.9.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] = "9e3c8e9fb1cbe3352758bd2ac197cacc" -SRC_URI[sha256sum] = "a9430ee966d28b24d3a9108a1111fce67c32fb088e92830414f82721cab1913b" +SRC_URI[md5sum] = "88110a6a04b7c8ed02ee30102ba31e49" +SRC_URI[sha256sum] = "a2f0305b0eb48d55a53b1dc358bde4618688ccf952c79f5d9d2e2d7474f28042" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |