summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/tmpfiles-pam.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-06 15:25:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:48:23 +0100
commit68147678dd8855636b2c67789e9f2c3f21f42433 (patch)
treebbd64a15912a801be10758b293c08586ea21ba07 /meta/recipes-core/systemd/systemd/tmpfiles-pam.patch
parent21fffdeea3ac5a84dcfc753665cb1df4625c0b2a (diff)
downloadpoky-68147678dd8855636b2c67789e9f2c3f21f42433.tar.gz
systemd: Upgrade 219 -> 225
Drop patches that were straight backports from upstream MIT licence was unused and dropped from systemd sources for more details see https://github.com/systemd/systemd/commit/8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715 Drop gtkdoc dependency since libudev API documentation has been converted from gtkdoc into man pages Remove packaging gudev as it has moved to separate repository outside systemd For more details see https://github.com/systemd/systemd/commit/2375607039517c88df51ef16ddbb624ec1c10654 package newly added script for xorg to be usable with systemd --user intance For more details see https://github.com/systemd/systemd/commit/1401ec2d34bcde406ced531a72dc46ebaf332594 machinectl now has shell support private-zone DHCP options are supported by systemd-networkd For complete differences between two releases run git log --oneline v219..v225 in systemd git clone Change-Id: I998e652382950a3c74c4839f3767ef8bef23d88f (From OE-Core rev: ec2770b0d1d562ff6d5736e056f937fa24c67b10) 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/tmpfiles-pam.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/tmpfiles-pam.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-core/systemd/systemd/tmpfiles-pam.patch b/meta/recipes-core/systemd/systemd/tmpfiles-pam.patch
deleted file mode 100644
index a40b1b9d3f..0000000000
--- a/meta/recipes-core/systemd/systemd/tmpfiles-pam.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Upstream-Status: Submitted
2Signed-off-by: Ross Burton <ross.burton@intel.com>
3
4From 0802aaaa9784813d318d045c79533a044eedf542 Mon Sep 17 00:00:00 2001
5From: Ross Burton <ross.burton@intel.com>
6Date: Tue, 3 Mar 2015 11:32:29 +0000
7Subject: [PATCH] tmpfiles.d: only copy /etc/pam.d if PAM is present
8
9If HAVE_PAM isn't set then don't attempt to copy /etc/pam.d from the factory, as
10it doesn't get installed.
11
12Signed-off-by: Ross Burton <ross.burton@intel.com>
13---
14 tmpfiles.d/etc.conf.m4 | 2 ++
15 1 file changed, 2 insertions(+)
16
17diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4
18index 9b0e080..ab5cd16 100644
19--- a/tmpfiles.d/etc.conf.m4
20+++ b/tmpfiles.d/etc.conf.m4
21@@ -14,4 +14,6 @@ m4_ifdef(`ENABLE_RESOLVED',
22 L /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf
23 )m4_dnl
24 C /etc/nsswitch.conf - - - -
25+m4_ifdef(`HAVE_PAM',
26 C /etc/pam.d - - - -
27+)m4_dnl
28--
291.7.10.4
30