diff options
Diffstat (limited to 'meta/recipes-extended')
5 files changed, 28 insertions, 7 deletions
diff --git a/meta/recipes-extended/at/at-3.1.12/configure.patch b/meta/recipes-extended/at/at-3.1.12/configure.patch index 2458ef357a..079a6b4497 100644 --- a/meta/recipes-extended/at/at-3.1.12/configure.patch +++ b/meta/recipes-extended/at/at-3.1.12/configure.patch | |||
@@ -1,5 +1,9 @@ | |||
1 | # Fix cross-compilation issues in configure.ac | 1 | Fix cross-compilation issues in configure.ac |
2 | # Derived from an OE patch for at-3.1.8 | 2 | Derived from an OE patch for at-3.1.8 |
3 | |||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
3 | 7 | ||
4 | Index: at-3.1.12/configure.ac | 8 | Index: at-3.1.12/configure.ac |
5 | =================================================================== | 9 | =================================================================== |
diff --git a/meta/recipes-extended/at/at-3.1.12/fix_parallel_build_error.patch b/meta/recipes-extended/at/at-3.1.12/fix_parallel_build_error.patch index 6383660e80..877be35aaf 100644 --- a/meta/recipes-extended/at/at-3.1.12/fix_parallel_build_error.patch +++ b/meta/recipes-extended/at/at-3.1.12/fix_parallel_build_error.patch | |||
@@ -9,6 +9,10 @@ Fixed the issue by adding a dependancy in the makefile. | |||
9 | Nitin <nitin.a.kamble@intel.com> | 9 | Nitin <nitin.a.kamble@intel.com> |
10 | 2010/09/02 | 10 | 2010/09/02 |
11 | 11 | ||
12 | Upstream-Status: Pending | ||
13 | |||
14 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
15 | |||
12 | Index: at-3.1.12/Makefile.in | 16 | Index: at-3.1.12/Makefile.in |
13 | =================================================================== | 17 | =================================================================== |
14 | --- at-3.1.12.orig/Makefile.in | 18 | --- at-3.1.12.orig/Makefile.in |
diff --git a/meta/recipes-extended/cpio/cpio-2.11/statdef.patch b/meta/recipes-extended/cpio/cpio-2.11/statdef.patch index dfa0d9150a..a6b8e82a0b 100644 --- a/meta/recipes-extended/cpio/cpio-2.11/statdef.patch +++ b/meta/recipes-extended/cpio/cpio-2.11/statdef.patch | |||
@@ -1,5 +1,9 @@ | |||
1 | # Avoid multiple stat definitions | 1 | Avoid multiple stat definitions |
2 | # Patch taken from cpio mailing list posting 2010-03-19 | 2 | Patch taken from cpio mailing list posting 2010-03-19 |
3 | |||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
3 | 7 | ||
4 | diff -urN cpio-2.11.orig/src/filetypes.h cpio-2.11/src/filetypes.h | 8 | diff -urN cpio-2.11.orig/src/filetypes.h cpio-2.11/src/filetypes.h |
5 | --- cpio-2.11.orig/src/filetypes.h 2010-02-12 02:19:23.000000000 -0800 | 9 | --- cpio-2.11.orig/src/filetypes.h 2010-02-12 02:19:23.000000000 -0800 |
diff --git a/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch b/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch index e622a0d246..5e551ac48f 100644 --- a/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch +++ b/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch | |||
@@ -2,6 +2,11 @@ innetgr may not be there so make sure that when innetgr is not present | |||
2 | then we inform about it and not use it. | 2 | then we inform about it and not use it. |
3 | 3 | ||
4 | -Khem | 4 | -Khem |
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
9 | |||
5 | Index: Linux-PAM-1.1.3/modules/pam_group/pam_group.c | 10 | Index: Linux-PAM-1.1.3/modules/pam_group/pam_group.c |
6 | =================================================================== | 11 | =================================================================== |
7 | --- Linux-PAM-1.1.3.orig/modules/pam_group/pam_group.c | 12 | --- Linux-PAM-1.1.3.orig/modules/pam_group/pam_group.c |
diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch index 2375fc60c3..22fda535d6 100644 --- a/meta/recipes-extended/sudo/files/libtool.patch +++ b/meta/recipes-extended/sudo/files/libtool.patch | |||
@@ -1,6 +1,10 @@ | |||
1 | # Fix path to libtool scripts so autoreconf can succeed. | 1 | Fix path to libtool scripts so autoreconf can succeed. |
2 | # | 2 | |
3 | # Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 3 | Upstream-Status: Inappropriate [Other] |
4 | Workaround specific to our build system. | ||
5 | |||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
7 | |||
4 | diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4 | 8 | diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4 |
5 | --- sudo-1.7.4p4.orig//aclocal.m4 2010-08-06 07:17:36.000000000 -0700 | 9 | --- sudo-1.7.4p4.orig//aclocal.m4 2010-08-06 07:17:36.000000000 -0700 |
6 | +++ sudo-1.7.4p4//aclocal.m4 2010-11-22 14:38:20.360957038 -0800 | 10 | +++ sudo-1.7.4p4//aclocal.m4 2010-11-22 14:38:20.360957038 -0800 |