diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-03-07 11:22:38 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 489abc179639be647b7e27a884c45faf12902162 (patch) | |
tree | e4e5efbde32c34f2c9b9c5e12f80cf622dfd5173 /recipes-connectivity | |
parent | 5625a8cda594abea52bd8c4b2481e4d512106feb (diff) | |
download | meta-mlinux-489abc179639be647b7e27a884c45faf12902162.tar.gz meta-mlinux-489abc179639be647b7e27a884c45faf12902162.tar.bz2 meta-mlinux-489abc179639be647b7e27a884c45faf12902162.zip |
lora: update LNS to 2.2.17
Diffstat (limited to 'recipes-connectivity')
-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 |