summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.0.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.0.19.bb')
-rw-r--r--recipes-connectivity/lora/lora-network-server_2.0.19.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.0.19.bb b/recipes-connectivity/lora/lora-network-server_2.0.19.bb
index 4b26bcb..27d9139 100644
--- a/recipes-connectivity/lora/lora-network-server_2.0.19.bb
+++ b/recipes-connectivity/lora/lora-network-server_2.0.19.bb
@@ -4,14 +4,13 @@ SECTION = "console/utils"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd"
DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls"
-RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash"
+RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging"
PR = "r4"
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 \
file://lora-network-server.init \
file://lora-network-server.default \
- file://lora-network-server.logrotate.conf \
"
SRC_URI[md5sum] = "76f2d85f2aeeecc5727e03f7ef4d75c7"
@@ -42,8 +41,6 @@ do_install() {
install -m 0644 ${WORKDIR}/lora-network-server.default ${D}${sysconfdir}/default/lora-network-server
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/lora-network-server.init ${D}${sysconfdir}/init.d/lora-network-server
- install -d ${D}${sysconfdir}/logrotate.d
- install -m 0644 ${WORKDIR}/lora-network-server.logrotate.conf ${D}${sysconfdir}/logrotate.d/lora-network-server.conf
}
FILES_${PN} += "${LORA_DIR}"