summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-22 21:36:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:16:24 +0000
commit64ab17b707dc431aaed880d6d8615971243f46f8 (patch)
tree8eaf41c6096122e95c83e0ee42f0a346ca1455c1 /meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
parent44248af1735e95dc636619200c25eb7250e77d95 (diff)
downloadpoky-64ab17b707dc431aaed880d6d8615971243f46f8.tar.gz
systemd: Upgrade to 229
Forward port all existing patches and arrange them such such uclibc-only and qemu-only patches appear first Add new patches to fix build on uclibc ( 0019-0022 ) Convert the lnr sed operation into a static patch Use PACKAGECONFIG setting to disable features for muls and uclibc instead of modifying EXTRA_OECONF manually Drop compat from PACKAGECONFIG, this options has been removed from systemd Tested/booted sato iamge on all qemus and qemux86-64 on uclibc (From OE-Core rev: 50743301bd8c0c4817d039d08c9567d15243a74d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
new file mode 100644
index 0000000000..a351237338
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
@@ -0,0 +1,36 @@
1From f70a1a9605cd3adac450c49a5a69da6e9acda517 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 20 Feb 2015 05:26:25 +0000
4Subject: [PATCH 15/36] systemd-user: avoid using system-auth
5
6In OE, we don't provide system-auth, instead, we use common-* files.
7So modify systemd-user file to use common-* files.
8
9Upstream-Status: Inappropriate [oe specific]
10
11Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 src/login/systemd-user.m4 | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4
18index 7933508..16b73d2 100644
19--- a/src/login/systemd-user.m4
20+++ b/src/login/systemd-user.m4
21@@ -2,10 +2,10 @@
22 #
23 # Used by systemd --user instances.
24
25-account include system-auth
26+account include common-account
27
28 m4_ifdef(`HAVE_SELINUX',
29 session required pam_selinux.so close
30 session required pam_selinux.so nottys open
31 )m4_dnl
32-session include system-auth
33+session include common-session
34--
351.8.3.1
36