diff options
author | Jason Reiss <jreiss@multitech.com> | 2017-12-07 09:09:23 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2017-12-07 09:09:23 -0600 |
commit | beea89e418c5351ca41c2cd00fc88fe8a6510204 (patch) | |
tree | 0774325a2f1bbb24d5b04047522fae49809d6ebe | |
parent | 9ea6c3d574f05fd34044036f40e3a509646e7dbf (diff) | |
download | meta-mlinux-beea89e418c5351ca41c2cd00fc88fe8a6510204.tar.gz meta-mlinux-beea89e418c5351ca41c2cd00fc88fe8a6510204.tar.bz2 meta-mlinux-beea89e418c5351ca41c2cd00fc88fe8a6510204.zip |
lora: update network server to 2.0.7
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.0.7.bb (renamed from recipes-connectivity/lora/lora-network-server_1.0.43.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_1.0.43.bb b/recipes-connectivity/lora/lora-network-server_2.0.7.bb index a85a007..68c4df1 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.43.bb +++ b/recipes-connectivity/lora/lora-network-server_2.0.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "MultiTech LoRa Network Server" PRIORITY = "optional" SECTION = "console/utils" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd" DEPENDS = "jsoncpp libmts mosquitto sqlite3" RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash" PR = "r2" @@ -14,8 +14,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.logrotate.conf \ " -SRC_URI[md5sum] = "68b90726462757e3060efbe15964796e" -SRC_URI[sha256sum] = "c30241d8746687b83bdb2353122bfb1121262b9b4ca4a0fc4c31e6ef6cb156fd" +SRC_URI[md5sum] = "fb2bc7c58ab82fe7264071cd79c4e223" +SRC_URI[sha256sum] = "89634ca5501af9cd7b4fcb89837a446f3baf70b835229c96a1a13c2a90f0eb5e" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -35,7 +35,8 @@ INITSCRIPT_PARAMS = "defaults 80 30" do_install() { install -d ${D}${LORA_DIR} install -m 0755 lora-network-server-mlinux-3 ${D}${LORA_DIR}/lora-network-server - install -m 0644 lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample + 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 install -d ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/lora-network-server.default ${D}${sysconfdir}/default/lora-network-server |