diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-08-29 08:26:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:39:11 +0100 |
commit | 6558c8e1a7e5cd9f1f5271718c10355f67573b4c (patch) | |
tree | dbe780500c43807a37b41025559775ffc051afb6 /meta/recipes-extended/at/files/pam.conf.patch | |
parent | 5d3c96339e43a777542fa696b300322adbb636e1 (diff) | |
download | openembedded-core-6558c8e1a7e5cd9f1f5271718c10355f67573b4c.tar.gz openembedded-core-6558c8e1a7e5cd9f1f5271718c10355f67573b4c.tar.bz2 openembedded-core-6558c8e1a7e5cd9f1f5271718c10355f67573b4c.zip |
at: Upgrade to 3.1.15
Rebase pam.conf.patch
Move to generic files -> at for patches directory
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at/files/pam.conf.patch')
-rw-r--r-- | meta/recipes-extended/at/files/pam.conf.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-extended/at/files/pam.conf.patch b/meta/recipes-extended/at/files/pam.conf.patch deleted file mode 100644 index dfe76d7487..0000000000 --- a/meta/recipes-extended/at/files/pam.conf.patch +++ /dev/null @@ -1,21 +0,0 @@ -oe doesn't support "@include", use the concrete directive instead. - -Upstream-Status: Pending - -Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> ---- at-3.1.12/pam.conf.orig 2009-11-23 23:11:52.000000000 +0800 -+++ at-3.1.12/pam.conf 2011-07-15 11:14:04.132818950 +0800 -@@ -2,8 +2,8 @@ - # The PAM configuration file for the at daemon - # - --auth required pam_env.so --@include common-auth --@include common-account --@include common-session-noninteractive --session required pam_limits.so -+auth required pam_env.so -+auth include common-auth -+account include common-account -+session include common-session-noninteractive -+session required pam_limits.so |