summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-28 13:26:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:31:29 +0000
commitf9c12adaf8b3db01a91cc1ea11369d89a3a61c41 (patch)
tree07af401695250da26f363bdc464bbc8340b22ce1 /meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
parentb71f78ed6d17432aaaa389bdfc175e2d397a3f74 (diff)
downloadpoky-f9c12adaf8b3db01a91cc1ea11369d89a3a61c41.tar.gz
systemd: Upgrade to 232
* Drop support for rcS.d SysV init scripts. These are prone to cause dependency loops, and almost all packages with rcS scripts now ship a native systemd service. * Drop mount propagation patch, it only happens with libseccomp, OE doesnt enable it * kdbus option has disappeared from configure * Ignore dev-so for PN now since systemd introduced private .so see https://github.com/systemd/systemd/issues/3810 * Add libnss* to PACKAGES_DYNAMIC for libnss-resolve to work correctly * Forward port systemd-boot patches to systemd-232 (From OE-Core rev: e6c1765a05c1321f08f3d1fb521dfe6b07bc8e92) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch40
1 files changed, 40 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
new file mode 100644
index 0000000000..77dbd6eec8
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0017-remove-duplicate-include-uchar.h.patch
@@ -0,0 +1,40 @@
1From e78af874fc9f3d3af49498b8207109993d93a596 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 22 Feb 2016 05:59:01 +0000
4Subject: [PATCH 17/19] remove duplicate include uchar.h
5
6missing.h already includes it
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 src/basic/escape.h | 1 -
11 src/basic/utf8.h | 1 -
12 2 files changed, 2 deletions(-)
13
14diff --git a/src/basic/escape.h b/src/basic/escape.h
15index deaa4de..36d437c 100644
16--- a/src/basic/escape.h
17+++ b/src/basic/escape.h
18@@ -23,7 +23,6 @@
19 #include <stddef.h>
20 #include <stdint.h>
21 #include <sys/types.h>
22-#include <uchar.h>
23
24 #include "string-util.h"
25 #include "missing.h"
26diff --git a/src/basic/utf8.h b/src/basic/utf8.h
27index f9b9c94..6ac9a3c 100644
28--- a/src/basic/utf8.h
29+++ b/src/basic/utf8.h
30@@ -22,7 +22,6 @@
31 #include <stdbool.h>
32 #include <stddef.h>
33 #include <stdint.h>
34-#include <uchar.h>
35
36 #include "macro.h"
37 #include "missing.h"
38--
392.10.2
40