diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-08-20 10:20:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:11 +0100 |
commit | 4d37676006ea5246637aad207f527a4759f0ce2f (patch) | |
tree | 68babb959a6acca9e350d7c3b0349fbb446dc8f2 | |
parent | 7c25854ee6322d2073e5296c58cac04f63123c6a (diff) | |
download | poky-4d37676006ea5246637aad207f527a4759f0ce2f.tar.gz |
systemd: Upgrade v246.1 -> v246.2
Commits:
946e4c43bb4a tools/make-man-index: fix purpose text that contains tags
dae0586e9193 test-fs-util: skip encrypted path test if we get EACCES
0d026c9b0d2f Newer Glibc use faccessat2 to implement faccessat
fde6520d468f namespace: fix minor memory leak
208ba581f44f man: fix incorrectly placed full stop
6c81d578289b man: fix typo
53a8d2588e72 bless-boot: add missing verb to --help
4cfa0ac4fdc4 user-record: deal with invalid GECOS fields gracefully
ae5234ef4838 user-util: add mangle_gecos() call for turning strings into fields suitable as GECOS fields
(From OE-Core rev: 1f5873c476284f0d1ed23345825a0d3ac2b3c626)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd_246.2.bb (renamed from meta/recipes-core/systemd/systemd_246.1.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 25f80ff237..b0d4fe4033 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 = "7fb880ddf101b871f68aae0d86db652e2c13c5db" | 17 | SRCREV = "91b37e6f0982e1e64c63017000248d7441a83a2e" |
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.1.bb b/meta/recipes-core/systemd/systemd_246.2.bb index 704a36e75d..704a36e75d 100644 --- a/meta/recipes-core/systemd/systemd_246.1.bb +++ b/meta/recipes-core/systemd/systemd_246.2.bb | |||