summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-05-19 12:32:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-21 08:37:30 +0100
commitbbbe9f0377cbf082d8386c416b950fbaf961f3a9 (patch)
tree5d2ac4a35a343dbf43e8d9323ab5129356920e70
parente3e1fd3e692eba40017e036f9b03e084efdbd3a6 (diff)
downloadpoky-bbbe9f0377cbf082d8386c416b950fbaf961f3a9.tar.gz
systemd: Update patch status
(From OE-Core rev: 2cdfc505ce4e00ae9b4abd962c60c9fec6c3db6c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch2
1 files changed, 1 insertions, 1 deletions
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 15413d7a0b..8cf0546450 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
6../git/src/shared/mkdir-label.c:13:61: error: use of undeclared identifier 'S_IFDIR' 6../git/src/shared/mkdir-label.c:13:61: error: use of undeclared identifier 'S_IFDIR'
7 r = mac_selinux_create_file_prepare_at(dirfd, path, S_IFDIR); 7 r = mac_selinux_create_file_prepare_at(dirfd, path, S_IFDIR);
8 8
9Upstream-Status: Pending 9Upstream-Status: Submitted [https://github.com/systemd/systemd/pull/23441]
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 11
12--- 12---