diff options
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb b/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb index 4714090..898e2ec 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb +++ b/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb @@ -7,12 +7,13 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" DEPENDS = "jsoncpp libmts mosquitto sqlite3" RDEPENDS_${PN} += "lora-packet-forwarder logrotate" -PR = "r0" +PR = "r1" SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}-mtp.tar.gz \ file://lora-network-server.init \ file://lora-network-server.default \ file://lora-network-server.logrotate.conf \ + file://local_conf.json \ " SRC_URI[md5sum] = "d21cab149a81938da7728f38d0baa3e4" @@ -32,6 +33,7 @@ do_install() { install -d ${D}${LORA_DIR} install -m 0755 lora-network-server ${D}${LORA_DIR}/ install -m 0644 lora-network-server.conf ${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 |