summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-network-server_2.0.19.bb
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-07-11 11:59:35 -0500
committerJason Reiss <jreiss@multitech.com>2018-07-11 11:59:35 -0500
commit86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604 (patch)
treeb0c8c097417f505bf3a227c86de44337c35cbb9e /recipes-connectivity/lora/lora-network-server_2.0.19.bb
parent2089e3b08f775687c2827b790f5d1cf27c71f064 (diff)
downloadmeta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.tar.gz
meta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.tar.bz2
meta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.zip
move lora logging configuration to new recipe
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}"