summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-logging.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/lora/lora-logging.bb')
-rw-r--r--recipes-connectivity/lora/lora-logging.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-connectivity/lora/lora-logging.bb b/recipes-connectivity/lora/lora-logging.bb
deleted file mode 100644
index 4691458..0000000
--- a/recipes-connectivity/lora/lora-logging.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DECRIPTION = "MultiTech LoRa Logging"
-PRIORITY = "optional"
-SECTION = "console/utils"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-DEPENDS = ""
-PR = "r4"
-RDEPENDS_${PN} += "logrotate bash"
-
-SRC_URI = "file://lora-logging.logrotate.conf \
- "
-
-do_install() {
- install -d ${D}${sysconfdir}/logrotate.d
- install -m 0644 ${WORKDIR}/lora-logging.logrotate.conf ${D}${sysconfdir}/logrotate.d/lora-logging.conf
-}
-