diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-08-20 10:20:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:11 +0100 |
commit | 7c25854ee6322d2073e5296c58cac04f63123c6a (patch) | |
tree | e92ea1e417cb921ca0d06a2d7fb39b5d1e9c71a8 /meta/recipes-core/systemd | |
parent | e5ff035e853e8634b3067cd19504acc0c04fb7ea (diff) | |
download | poky-7c25854ee6322d2073e5296c58cac04f63123c6a.tar.gz |
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
(From OE-Core rev: 26c30c4cccb05d68d22e66dd3b34882837cac5dd)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_246.1.bb (renamed from meta/recipes-core/systemd/systemd-boot_246.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd-conf_246.1.bb (renamed from meta/recipes-core/systemd/systemd-conf_246.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd_246.1.bb (renamed from meta/recipes-core/systemd/systemd_246.bb) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_246.bb b/meta/recipes-core/systemd/systemd-boot_246.1.bb index f92c639810..f92c639810 100644 --- a/meta/recipes-core/systemd/systemd-boot_246.bb +++ b/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 index d9ec023bfd..d9ec023bfd 100644 --- a/meta/recipes-core/systemd/systemd-conf_246.bb +++ b/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" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ | 14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ |
15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" | 15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" |
16 | 16 | ||
17 | SRCREV = "5c68ad14af6c89261f31f0abb4850fb1c99e8cfd" | 17 | SRCREV = "7fb880ddf101b871f68aae0d86db652e2c13c5db" |
18 | SRCBRANCH = "v246-stable" | 18 | SRCBRANCH = "v246-stable" |
19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" | 19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" |
20 | 20 | ||
diff --git a/meta/recipes-core/systemd/systemd_246.bb b/meta/recipes-core/systemd/systemd_246.1.bb index 704a36e75d..704a36e75d 100644 --- a/meta/recipes-core/systemd/systemd_246.bb +++ b/meta/recipes-core/systemd/systemd_246.1.bb | |||