diff options
author | Jason Reiss <jreiss@multitech.com> | 2017-08-02 10:42:32 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2017-08-02 10:42:32 -0500 |
commit | 38299395b5c68afdc01dfc56595730f7bd7d8b92 (patch) | |
tree | 6ac3c3608d294d9d524d437a495655e934307060 | |
parent | fffb27c523e5578f2dd60f8ea1e585265ba994fd (diff) | |
parent | d9f96fd3b55ddb5ca53ff2a4050d99703c31a3f5 (diff) | |
download | meta-mlinux-38299395b5c68afdc01dfc56595730f7bd7d8b92.tar.gz meta-mlinux-38299395b5c68afdc01dfc56595730f7bd7d8b92.tar.bz2 meta-mlinux-38299395b5c68afdc01dfc56595730f7bd7d8b92.zip |
Merge branch 'lns-1.0.40'
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_1.0.40.bb (renamed from recipes-connectivity/lora/lora-network-server_1.0.36.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_1.0.36.bb b/recipes-connectivity/lora/lora-network-server_1.0.40.bb index 0dbc1e8..1ca9faa 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.36.bb +++ b/recipes-connectivity/lora/lora-network-server_1.0.40.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" DEPENDS = "jsoncpp libmts mosquitto sqlite3" -RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash" +RDEPENDS_${PN} += "lora-packet-forwarder logrotate" PR = "r1" 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.logrotate.conf \ " -SRC_URI[md5sum] = "4c36ae56ee05696551ebc4f7860bd3cd" -SRC_URI[sha256sum] = "0dc3a979762bd5fbd0bd7d18aaa247aa7ca619f6c13c592924cd4827b0dcb82c" +SRC_URI[md5sum] = "9e22fa0ca9fd10028a4c3b06730b7252" +SRC_URI[sha256sum] = "94c1dbfeb04fdaa0fc33d4936492a7c986ed924fb5f9a3591365b6f7549a7c6a" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -33,7 +33,7 @@ INITSCRIPT_PARAMS = "defaults 80 30" do_install() { install -d ${D}${LORA_DIR} - install -m 0755 lora-network-server ${D}${LORA_DIR}/ + install -m 0755 lora-network-server-mlinux-4 ${D}${LORA_DIR}/lora-network-server install -m 0644 lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample install -d ${D}${sysconfdir}/default |