diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-08-15 13:34:49 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:33:19 -0600 |
commit | ab5fb6f99881c93a620e24bc52a9197299721598 (patch) | |
tree | 51f0784ac712bf434cd37aaeec0e8c63ff685c05 | |
parent | 2482b4f6dbf362c6817dfaf8dbf1ababd36426a2 (diff) | |
download | meta-mlinux-ab5fb6f99881c93a620e24bc52a9197299721598.tar.gz meta-mlinux-ab5fb6f99881c93a620e24bc52a9197299721598.tar.bz2 meta-mlinux-ab5fb6f99881c93a620e24bc52a9197299721598.zip |
lora: update network server to 2.2.30
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.2.30.bb (renamed from recipes-connectivity/lora/lora-network-server_2.2.29.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.2.29.bb b/recipes-connectivity/lora/lora-network-server_2.2.30.bb index 6bd9f8a..6c05481 100644 --- a/recipes-connectivity/lora/lora-network-server_2.2.29.bb +++ b/recipes-connectivity/lora/lora-network-server_2.2.30.bb @@ -5,7 +5,7 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d" DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls" RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging" -PR = "r8" +PR = "r0" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ file://lora-network-server.default \ " -SRC_URI[md5sum] = "2634d6fdad416c71bff47846ec85f5a6" -SRC_URI[sha256sum] = "9c2803fcc347b2f6ef2e8fd3ad6e8a2601d976304035809fbc6f1bf9c201fd9e" +SRC_URI[md5sum] = "c8b1589023b413e16fc3939d01a01e35" +SRC_URI[sha256sum] = "70bc0f6e703ec346efa195922ce2392a53f2069aa1a0fa63f2998af8e9a22922" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |