diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-12-28 08:36:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-28 23:59:55 +0000 |
commit | ff81714af34de533104df1686d28bc9735c02c58 (patch) | |
tree | e32d8f19d446652068cf10bb54ff853b65ad2baa /meta | |
parent | 7ec846be8be10183e2d69bc272a82a7611dfe286 (diff) | |
download | poky-ff81714af34de533104df1686d28bc9735c02c58.tar.gz |
systemd: update 251.8 -> 252.4
(From OE-Core rev: 42442730a8acc78c2bffec7b78f5d06cabeca3bc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_252.4.bb (renamed from meta/recipes-core/systemd/systemd-boot_251.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd_252.4.bb (renamed from meta/recipes-core/systemd/systemd_251.8.bb) | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_251.8.bb b/meta/recipes-core/systemd/systemd-boot_252.4.bb index b67706b731..b67706b731 100644 --- a/meta/recipes-core/systemd/systemd-boot_251.8.bb +++ b/meta/recipes-core/systemd/systemd-boot_252.4.bb | |||
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 3bb6b0efe6..9d747ef64d 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc | |||
@@ -14,8 +14,8 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only" | |||
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 = "ae8b249af4acb055f920134f2ac584c4cbc86e3b" | 17 | SRCREV = "4b48117716f84751dc6c8ee16c94de9858eaef4f" |
18 | SRCBRANCH = "v251-stable" | 18 | SRCBRANCH = "v252-stable" |
19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ | 19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta/recipes-core/systemd/systemd_251.8.bb b/meta/recipes-core/systemd/systemd_252.4.bb index 8f2fb90455..3271b225fc 100644 --- a/meta/recipes-core/systemd/systemd_251.8.bb +++ b/meta/recipes-core/systemd/systemd_252.4.bb | |||
@@ -602,6 +602,7 @@ FILES:${PN} = " ${base_bindir}/* \ | |||
602 | ${sysconfdir}/resolv-conf.systemd \ | 602 | ${sysconfdir}/resolv-conf.systemd \ |
603 | ${sysconfdir}/X11/xinit/xinitrc.d/* \ | 603 | ${sysconfdir}/X11/xinit/xinitrc.d/* \ |
604 | ${rootlibexecdir}/systemd/* \ | 604 | ${rootlibexecdir}/systemd/* \ |
605 | ${rootlibdir}/systemd/libsystemd-core* \ | ||
605 | ${libdir}/pam.d \ | 606 | ${libdir}/pam.d \ |
606 | ${nonarch_libdir}/pam.d \ | 607 | ${nonarch_libdir}/pam.d \ |
607 | ${systemd_unitdir}/* \ | 608 | ${systemd_unitdir}/* \ |
@@ -616,6 +617,7 @@ FILES:${PN} = " ${base_bindir}/* \ | |||
616 | ${bindir}/timedatectl \ | 617 | ${bindir}/timedatectl \ |
617 | ${bindir}/bootctl \ | 618 | ${bindir}/bootctl \ |
618 | ${bindir}/oomctl \ | 619 | ${bindir}/oomctl \ |
620 | ${bindir}/userdbctl \ | ||
619 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ | 621 | ${exec_prefix}/lib/tmpfiles.d/*.conf \ |
620 | ${exec_prefix}/lib/systemd \ | 622 | ${exec_prefix}/lib/systemd \ |
621 | ${exec_prefix}/lib/modules-load.d \ | 623 | ${exec_prefix}/lib/modules-load.d \ |
@@ -658,7 +660,7 @@ INSANE_SKIP:${PN}-dbg += "libdir" | |||
658 | INSANE_SKIP:${PN}-doc += " libdir" | 660 | INSANE_SKIP:${PN}-doc += " libdir" |
659 | INSANE_SKIP:libsystemd-shared += "libdir" | 661 | INSANE_SKIP:libsystemd-shared += "libdir" |
660 | 662 | ||
661 | FILES:libsystemd-shared = "${rootlibexecdir}/systemd/libsystemd-shared*.so" | 663 | FILES:libsystemd-shared = "${rootlibdir}/systemd/libsystemd-shared*.so" |
662 | 664 | ||
663 | RPROVIDES:udev = "hotplug" | 665 | RPROVIDES:udev = "hotplug" |
664 | 666 | ||