diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-03-07 11:22:38 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2019-03-07 11:22:38 -0600 |
commit | d45bef878d625713fd71aac2bef9abcd9d634d50 (patch) | |
tree | e4e5efbde32c34f2c9b9c5e12f80cf622dfd5173 /recipes-connectivity/lora | |
parent | 46d2cdb6e5adf99ad67da1199e51214eb6fc7cf1 (diff) | |
download | meta-mlinux-d45bef878d625713fd71aac2bef9abcd9d634d50.tar.gz meta-mlinux-d45bef878d625713fd71aac2bef9abcd9d634d50.tar.bz2 meta-mlinux-d45bef878d625713fd71aac2bef9abcd9d634d50.zip |
lora: update LNS to 2.2.17
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.2.17.bb (renamed from recipes-connectivity/lora/lora-network-server_2.1.5.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.1.5.bb b/recipes-connectivity/lora/lora-network-server_2.2.17.bb index 37f5328..07bd070 100644 --- a/recipes-connectivity/lora/lora-network-server_2.1.5.bb +++ b/recipes-connectivity/lora/lora-network-server_2.2.17.bb @@ -2,10 +2,10 @@ DESCRIPTION = "MultiTech LoRa Network Server" PRIORITY = "optional" SECTION = "console/utils" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d" DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls" RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging" -PR = "r5" +PR = "r8" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \ @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.default \ " -SRC_URI[md5sum] = "c4701d75dccdf6b0413302da52e14172" -SRC_URI[sha256sum] = "f3f695d9ff99136158281c7d9057d29769ed756456cd4ae62ac282f4dfb86aab" +SRC_URI[md5sum] = "99f715c93d97bc2aed39853362a3227d" +SRC_URI[sha256sum] = "d397bfc59f52eb8185c3a924bfc629f16fb3621dd9e4009194ae86b36d71c4e5" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -34,6 +34,7 @@ INITSCRIPT_PARAMS = "defaults 80 30" do_install() { install -d ${D}${LORA_DIR} install -m 0755 lora-network-server-mlinux-4 ${D}${LORA_DIR}/lora-network-server + install -m 0755 lora-v21-keygen ${D}${LORA_DIR}/lora-v21-keygen install -m 0644 config/lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample install -m 0644 config/lora-network-server.conf.full ${D}${LORA_DIR}/lora-network-server.conf.full |