diff options
author | John Klug <john.klug@multitech.com> | 2018-11-06 17:53:10 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-11-06 17:53:10 -0600 |
commit | ddafc891dcbf3327ed78c90659405c12e8c2c9ff (patch) | |
tree | 28161db67b49f14dde4c8ab2e3f2db64175d3e43 /recipes-connectivity | |
parent | 0ad2309f349bbf7b989527faa319499778d77160 (diff) | |
download | meta-mlinux-ddafc891dcbf3327ed78c90659405c12e8c2c9ff.tar.gz meta-mlinux-ddafc891dcbf3327ed78c90659405c12e8c2c9ff.tar.bz2 meta-mlinux-ddafc891dcbf3327ed78c90659405c12e8c2c9ff.zip |
LoRa Logging changes (bump revision)
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-logging.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-logging.bb b/recipes-connectivity/lora/lora-logging.bb index 67b4099..201c0cc 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 = "r1" +PR = "r2" RDEPENDS_${PN} += "logrotate bash" SRC_URI = "file://lora-logging.logrotate.conf \ diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb index 9e0a5f8..e3f59ef 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -7,7 +7,7 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging" RDEPENDS_${PN} += "bash" -PR = "r14" +PR = "r15" SRCREV = "v${PV}" |