summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam/include-sys-resource.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-17 21:56:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:48:21 +0100
commit973512c32c361824358dea6eb87fdc2d9afa6b81 (patch)
tree1a5201c5f3e758a7eb9247ea6216f7c3609b8440 /meta/recipes-extended/pam/libpam/include-sys-resource.patch
parentdbda8b5f486b397f29666fb740b00d9a10875915 (diff)
downloadpoky-973512c32c361824358dea6eb87fdc2d9afa6b81.tar.gz
libpam: Update recipes from 1.1.5 -> 1.1.6
Drop include-sys-resource.patch already fixed upstream LIC_FILE_CHKSUM change is due to deletion of space in COPYING file see http://git.fedorahosted.org/cgit/linux-pam.git/commit/COPYING?id=1814aec611a5f9e03eceee81237ad3a3f51c954a (From OE-Core rev: 619092b699bfd79e060755fa41645cac7ac4fd0d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam/include-sys-resource.patch')
-rw-r--r--meta/recipes-extended/pam/libpam/include-sys-resource.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-extended/pam/libpam/include-sys-resource.patch b/meta/recipes-extended/pam/libpam/include-sys-resource.patch
deleted file mode 100644
index 0108a889a9..0000000000
--- a/meta/recipes-extended/pam/libpam/include-sys-resource.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c
2===================================================================
3--- Linux-PAM-1.1.5.orig/modules/pam_unix/pam_unix_acct.c 2012-07-04 12:37:44.881136025 -0700
4+++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c 2012-07-04 12:38:00.601136785 -0700
5@@ -47,6 +47,7 @@
6 #include <time.h> /* for time() */
7 #include <errno.h>
8 #include <sys/wait.h>
9+#include <sys/resource.h>
10
11 #include <security/_pam_macros.h>
12