From f4c4e86dbcebac5df910faa6837025610db86453 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Mon, 24 Feb 2020 13:21:48 -0600 Subject: lora: update lora-logging, PKF on mLinux does not handle SIGHUP --- recipes-connectivity/lora/lora-logging.bb | 2 +- recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf | 1 - 2 files changed, 1 insertion(+), 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 } -- cgit v1.2.3