summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch1
-rw-r--r--meta/recipes-core/systemd/systemd/0018-check-for-uchar.h-in-configure.patch1
-rw-r--r--meta/recipes-core/systemd/systemd/0020-back-port-233-don-t-use-the-unified-hierarchy-for-the-systemd.patch2
3 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch b/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
index 77dbd6eec8..d2006351df 100644
--- a/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
+++ b/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
@@ -6,6 +6,7 @@ Subject: [PATCH 17/19] remove duplicate include uchar.h
6missing.h already includes it 6missing.h already includes it
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9Upstream-Status: Pending
9--- 10---
10 src/basic/escape.h | 1 - 11 src/basic/escape.h | 1 -
11 src/basic/utf8.h | 1 - 12 src/basic/utf8.h | 1 -
diff --git a/meta/recipes-core/systemd/systemd/0018-check-for-uchar.h-in-configure.patch b/meta/recipes-core/systemd/systemd/0018-check-for-uchar.h-in-configure.patch
index 5824033b40..548ffe03e6 100644
--- a/meta/recipes-core/systemd/systemd/0018-check-for-uchar.h-in-configure.patch
+++ b/meta/recipes-core/systemd/systemd/0018-check-for-uchar.h-in-configure.patch
@@ -6,6 +6,7 @@ Subject: [PATCH 18/19] check for uchar.h in configure
6Use ifdef to include uchar.h 6Use ifdef to include uchar.h
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9Upstream-Status: Pending
9--- 10---
10 configure.ac | 1 + 11 configure.ac | 1 +
11 src/basic/missing.h | 2 ++ 12 src/basic/missing.h | 2 ++
diff --git a/meta/recipes-core/systemd/systemd/0020-back-port-233-don-t-use-the-unified-hierarchy-for-the-systemd.patch b/meta/recipes-core/systemd/systemd/0020-back-port-233-don-t-use-the-unified-hierarchy-for-the-systemd.patch
index ef2d868048..e96d4d7803 100644
--- a/meta/recipes-core/systemd/systemd/0020-back-port-233-don-t-use-the-unified-hierarchy-for-the-systemd.patch
+++ b/meta/recipes-core/systemd/systemd/0020-back-port-233-don-t-use-the-unified-hierarchy-for-the-systemd.patch
@@ -25,6 +25,8 @@ Too many things don't get along with the unified hierarchy yet:
25So revert the default to the legacy hierarchy for now. Developers of the above 25So revert the default to the legacy hierarchy for now. Developers of the above
26software can opt into the unified hierarchy with 26software can opt into the unified hierarchy with
27"systemd.legacy_systemd_cgroup_controller=0". 27"systemd.legacy_systemd_cgroup_controller=0".
28
29Upstream-Status: Backport
28--- 30---
29 src/basic/cgroup-util.c | 4 ++-- 31 src/basic/cgroup-util.c | 4 ++--
30 1 file changed, 2 insertions(+), 2 deletions(-) 32 1 file changed, 2 insertions(+), 2 deletions(-)