summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd/0001-Add-sys-file.h-for-LOCK_.patch2
-rw-r--r--meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch2
2 files changed, 2 insertions, 2 deletions
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 a3e148ec3b..08e8af0a5b 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 <pavel.zhukov@huawei.com>
3Date: Mon, 20 Jun 2022 11:24:52 +0200 3Date: Mon, 20 Jun 2022 11:24:52 +0200
4Subject: [PATCH] Add sys/file.h for LOCK_ 4Subject: [PATCH] Add sys/file.h for LOCK_
5 5
6Upstream-Status: Submitted [https://github.com/systemd/systemd/pull/23790] 6Upstream-Status: Backport [19df770fe14da601d4e54e1592c11c10ffe4df5a]
7 7
8Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> 8Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
9 9
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 4db5d6d97f..58767c7c35 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: Submitted [https://github.com/systemd/systemd/pull/23441] 9Upstream-Status: Backport [29b7114c5d9624002aa7c17748d960cd1e45362d]
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 11
12--- 12---