summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2022-06-21 09:08:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 18:44:27 +0100
commit16797c1b94839db98de2e76f9bc71932e47fa3a6 (patch)
tree55d180f2424f2f1697cc120b8df4d36e1a9bef33 /meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch
parent081d1410a03e9bc180d082452d5e1543cd8f8dfa (diff)
downloadpoky-16797c1b94839db98de2e76f9bc71932e47fa3a6.tar.gz
systemd: Rebase patches on v251
Drop patches which are not needed anymore. Rebase musl specific patches to aboid fuzz warnings (From OE-Core rev: 3275cc6c2ecfd70ba134b49363c9cecbb0c2c0b2) Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch4
1 files changed, 2 insertions, 2 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 8cf0546450..4db5d6d97f 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
@@ -14,10 +14,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 1 file changed, 1 insertion(+) 14 1 file changed, 1 insertion(+)
15 15
16diff --git a/src/shared/mkdir-label.c b/src/shared/mkdir-label.c 16diff --git a/src/shared/mkdir-label.c b/src/shared/mkdir-label.c
17index d36a6466d7..63b764cd83 100644 17index 5b1ac5d1e0..fa5802b894 100644
18--- a/src/shared/mkdir-label.c 18--- a/src/shared/mkdir-label.c
19+++ b/src/shared/mkdir-label.c 19+++ b/src/shared/mkdir-label.c
20@@ -4,6 +4,7 @@ 20@@ -6,6 +6,7 @@
21 #include "selinux-util.h" 21 #include "selinux-util.h"
22 #include "smack-util.h" 22 #include "smack-util.h"
23 #include "user-util.h" 23 #include "user-util.h"