From: Alex Kiernan Date: Thu, 20 Aug 2020 10:20:40 +0000 (+0000) Subject: systemd: Upgrade v246 -> v246.1 X-Git-Tag: uninative-2.9~2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26c30c4cccb05d68d22e66dd3b34882837cac5dd;p=openembedded-core.git systemd: Upgrade v246 -> v246.1 Commits: 972391ac396f fix typo in systemctl help 443aacfcda39 man: clarify that LogNamespace= is for system services only 5aec8fe54e47 _sd-common.h: avoid parsing errors with Coverity f9ad4ea2ca06 analyze: fix 'cat-config systemd/zram-generator.conf' dda6fec1dfc7 man: describe that changing Storage= does not move existing data 2bbd33e476ac core: reset bus error before reuse b81504a3c76b nspawn: Fix incorrect usage of putenv cb263973acf8 man: fix typo in systemd.service 73b432e7ef21 network: fix DHCPv6 Prefix Delegation example after option rename Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-boot_246.bb b/meta/recipes-core/systemd/systemd-boot_246.1.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot_246.bb rename to meta/recipes-core/systemd/systemd-boot_246.1.bb diff --git a/meta/recipes-core/systemd/systemd-conf_246.bb b/meta/recipes-core/systemd/systemd-conf_246.1.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-conf_246.bb rename to meta/recipes-core/systemd/systemd-conf_246.1.bb diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 8ce78efbbd..25f80ff237 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc @@ -14,7 +14,7 @@ LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" -SRCREV = "5c68ad14af6c89261f31f0abb4850fb1c99e8cfd" +SRCREV = "7fb880ddf101b871f68aae0d86db652e2c13c5db" SRCBRANCH = "v246-stable" SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" diff --git a/meta/recipes-core/systemd/systemd_246.bb b/meta/recipes-core/systemd/systemd_246.1.bb similarity index 100% rename from meta/recipes-core/systemd/systemd_246.bb rename to meta/recipes-core/systemd/systemd_246.1.bb