summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2020-02-24 13:21:48 -0600
committerJohn Klug <john.klug@multitech.com>2020-06-18 20:22:07 -0500
commitf4c4e86dbcebac5df910faa6837025610db86453 (patch)
tree2b507ea55dd7aaf811b1f095027ccadf634bba77
parentb8e78e55083eec9c8a95f446a7abf467aa5183f2 (diff)
downloadmeta-mlinux-f4c4e86dbcebac5df910faa6837025610db86453.tar.gz
meta-mlinux-f4c4e86dbcebac5df910faa6837025610db86453.tar.bz2
meta-mlinux-f4c4e86dbcebac5df910faa6837025610db86453.zip
lora: update lora-logging, PKF on mLinux does not handle SIGHUP
-rw-r--r--recipes-connectivity/lora/lora-logging.bb2
-rw-r--r--recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-logging.bb b/recipes-connectivity/lora/lora-logging.bb
index 752b63b..4691458 100644
--- a/recipes-connectivity/lora/lora-logging.bb
+++ b/recipes-connectivity/lora/lora-logging.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
DEPENDS = ""
-PR = "r3"
+PR = "r4"
RDEPENDS_${PN} += "logrotate bash"
SRC_URI = "file://lora-logging.logrotate.conf \
diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
index 5f26561..6fc191c 100644
--- a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
+++ b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf
@@ -6,7 +6,6 @@
missingok
postrotate
set -e;
- /usr/bin/killall -HUP lora_pkt_fwd || true;
/usr/bin/killall -HUP lora-network-server || true;
endscript
}