diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-28 09:43:35 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-28 09:54:22 -0600 |
commit | 0e6680a27d3045cf10f35dae246f786d594f9e8b (patch) | |
tree | b9f663d8a5aef99858585b527d52723bc6e16770 /recipes-connectivity | |
parent | 1507858d37d41a3f22129ea569d628f1b75cb876 (diff) | |
download | meta-mlinux-0e6680a27d3045cf10f35dae246f786d594f9e8b.tar.gz meta-mlinux-0e6680a27d3045cf10f35dae246f786d594f9e8b.tar.bz2 meta-mlinux-0e6680a27d3045cf10f35dae246f786d594f9e8b.zip |
mtcap: update lora network server to 1.0.16
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap_1.0.16.bb (renamed from recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.16.bb index 56fda88..cd129c3 100644 --- a/recipes-connectivity/lora/lora-network-server-mtcap_1.0.15.bb +++ b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.16.bb @@ -9,7 +9,7 @@ DEPENDS = "jsoncpp libmts mosquitto sqlite3" RDEPENDS_${PN} += "lora-packet-forwarder logrotate" PR = "r2" -SRC_URI = "http://multitech.net/downloads/lora-network-server_arm926ejste_1.0.15-2-g642a748.tar.gz \ +SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \ file://lora-network-server.conf \ file://lora-network-server.init \ file://lora-network-server.default \ @@ -17,8 +17,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_arm926ejste_1.0.15 file://local_conf.json \ " -SRC_URI[md5sum] = "28db13a45497d678e071a6062a1cc486" -SRC_URI[sha256sum] = "7558391a635f5c47723d6bd56831d3aa9420169572914b0c8fa6f01aa1730677" +SRC_URI[md5sum] = "3169970ea9b96656847d7472a2cf1f0f" +SRC_URI[sha256sum] = "81b3c348911464fccbb70e3ff0c60dbcf77af69c2205aec3591fc2ceff7a5c52" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" @@ -34,7 +34,7 @@ do_install() { install -d ${D}${LORA_DIR} install -m 0755 lora-network-server ${D}${LORA_DIR}/ install -m 0644 ${WORKDIR}/lora-network-server.conf ${D}${LORA_DIR}/ - install -m 0755 ${WORKDIR}/local_conf.json ${D}${LORA_DIR}/ + install -m 0755 ${WORKDIR}/local_conf.json ${D}${LORA_DIR}/ install -d ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/lora-network-server.default ${D}${sysconfdir}/default/lora-network-server |