From: Pavel Zhukov Date: Wed, 22 Jun 2022 10:26:14 +0000 (+0200) Subject: systemd: update upstream status of merged patches X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3797 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6370bce5b0e14c9384b61c215eb6a56ed65a3feb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: update upstream status of merged patches Signed-off-by: Pavel Zhukov Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-core/systemd/systemd/0001-Add-sys-file.h-for-LOCK_.patch b/meta/recipes-core/systemd/systemd/0001-Add-sys-file.h-for-LOCK_.patch index a3e148ec3ba..08e8af0a5b4 100644 --- a/meta/recipes-core/systemd/systemd/0001-Add-sys-file.h-for-LOCK_.patch +++ b/meta/recipes-core/systemd/systemd/0001-Add-sys-file.h-for-LOCK_.patch @@ -3,7 +3,7 @@ From: Pavel Zhukov Date: Mon, 20 Jun 2022 11:24:52 +0200 Subject: [PATCH] Add sys/file.h for LOCK_ -Upstream-Status: Submitted [https://github.com/systemd/systemd/pull/23790] +Upstream-Status: Backport [19df770fe14da601d4e54e1592c11c10ffe4df5a] Signed-off-by: Pavel Zhukov diff --git a/meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch b/meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch index 4db5d6d97f9..58767c7c351 100644 --- a/meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch +++ b/meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Add sys/stat.h for S_IFDIR ../git/src/shared/mkdir-label.c:13:61: error: use of undeclared identifier 'S_IFDIR' r = mac_selinux_create_file_prepare_at(dirfd, path, S_IFDIR); -Upstream-Status: Submitted [https://github.com/systemd/systemd/pull/23441] +Upstream-Status: Backport [29b7114c5d9624002aa7c17748d960cd1e45362d] Signed-off-by: Khem Raj ---