recipes: Add Upstream-Status to various recipe patches

Add Upstream-Status tag to patches for the following recipes:

openssh
dbus-glib
expat
opensp
sgml-common
at
cpio (GPLv3 version)
libpam
icu

(From OE-Core rev: 0702602332ad63c2cfaa207516497bb0b75bfdf3)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Garman 2011-05-15 20:04:27 -07:00 committed by Richard Purdie
parent 9e45491318
commit 0dbd791e5b
17 changed files with 83 additions and 16 deletions

View File

@ -1,6 +1,9 @@
# Disable stripping binaries during make install.
#
# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Disable stripping binaries during make install.
Upstream-Status: Inappropriate [Other]
Build system specific.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff -ur openssh-5.6p1.orig/Makefile.in openssh-5.6p1/Makefile.in
--- openssh-5.6p1.orig/Makefile.in 2010-05-11 23:51:39.000000000 -0700

View File

@ -1,6 +1,9 @@
# disable compiling examples
#
# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-10
Disable compiling examples
Upstream-Status: Inappropriate [disable feature]
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
--- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200
+++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200

View File

@ -1,6 +1,10 @@
# avoid to use expat's own *.m4
#
# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-07
Avoid using expat's m4 files
Upstream-Status: Inappropriate [Other]
Workaround specific to our build system.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in
--- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600

View File

@ -1,6 +1,9 @@
Patch obtained from OpenEmbedded.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
--- OpenSP-1.5/include/Attribute.h~attributevalue 2000-03-09 13:30:56.000000000 -0500
+++ OpenSP-1.5/include/Attribute.h 2004-01-20 14:11:36.000000000 -0500
@@ -31,6 +31,28 @@

View File

@ -1,6 +1,9 @@
Patch obtained from OpenEmbedded.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: OpenSP-1.5/doc/Makefile.am
===================================================================
--- OpenSP-1.5.orig/doc/Makefile.am 2000-05-06 09:10:32.000000000 +1000

View File

@ -1,6 +1,9 @@
Patch obtained from OpenEmbedded.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
--- /dev/null 2003-09-23 18:19:32.000000000 -0400
+++ OpenSP-1.5/m4/codeset.m4 2004-01-20 03:01:28.000000000 -0500
@@ -0,0 +1,23 @@

View File

@ -1,6 +1,9 @@
Patch obtained from OpenEmbedded.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: OpenSP-1.5/include/RangeMap.cxx
===================================================================
--- OpenSP-1.5.orig/include/RangeMap.cxx 2000-02-26 03:55:21.000000000 +1100

View File

@ -1,6 +1,9 @@
Patch obtained from OpenEmbedded.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
--- sgml-common-0.6.3/bin/Makefile.am~autohell.patch 2001-01-30 15:42:21.000000000 +0100
+++ sgml-common-0.6.3/bin/Makefile.am 2004-06-17 11:51:11.000000000 +0200
@@ -1,6 +1,5 @@

View File

@ -7,7 +7,10 @@ Upstream was notified about this on 2011-01-24. When upgrading
this recipe, this should be fixed and you should remove this
patch.
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff -urN sgml-common-0.6.3.orig/LICENSE-GPLv2 sgml-common-0.6.3/LICENSE-GPLv2
--- sgml-common-0.6.3.orig/LICENSE-GPLv2 1969-12-31 16:00:00.000000000 -0800
+++ sgml-common-0.6.3/LICENSE-GPLv2 2011-01-28 17:05:17.299528001 -0800

View File

@ -1,5 +1,9 @@
# Fix cross-compilation issues in configure.ac
# Derived from an OE patch for at-3.1.8
Fix cross-compilation issues in configure.ac
Derived from an OE patch for at-3.1.8
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: at-3.1.12/configure.ac
===================================================================

View File

@ -9,6 +9,10 @@ Fixed the issue by adding a dependancy in the makefile.
Nitin <nitin.a.kamble@intel.com>
2010/09/02
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: at-3.1.12/Makefile.in
===================================================================
--- at-3.1.12.orig/Makefile.in

View File

@ -1,5 +1,9 @@
# Avoid multiple stat definitions
# Patch taken from cpio mailing list posting 2010-03-19
Avoid multiple stat definitions
Patch taken from cpio mailing list posting 2010-03-19
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff -urN cpio-2.11.orig/src/filetypes.h cpio-2.11/src/filetypes.h
--- cpio-2.11.orig/src/filetypes.h 2010-02-12 02:19:23.000000000 -0800

View File

@ -2,6 +2,11 @@ innetgr may not be there so make sure that when innetgr is not present
then we inform about it and not use it.
-Khem
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: Linux-PAM-1.1.3/modules/pam_group/pam_group.c
===================================================================
--- Linux-PAM-1.1.3.orig/modules/pam_group/pam_group.c

View File

@ -1,6 +1,10 @@
# Fix path to libtool scripts so autoreconf can succeed.
#
# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Fix path to libtool scripts so autoreconf can succeed.
Upstream-Status: Inappropriate [Other]
Workaround specific to our build system.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4
--- sudo-1.7.4p4.orig//aclocal.m4 2010-08-06 07:17:36.000000000 -0700
+++ sudo-1.7.4p4//aclocal.m4 2010-11-22 14:38:20.360957038 -0800

View File

@ -1,3 +1,9 @@
Fixes an error which prevents compilation
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: source/layoutex/ParagraphLayout.cpp
===================================================================
--- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100

View File

@ -4,6 +4,11 @@ harmless. This is a hack.
RP 10/6/2010
Upstream-Status: Inappropriate [Other]
Hacky workaround not likely to be accepted upstream.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: source/config/Makefile.inc.in
===================================================================
--- source.orig/config/Makefile.inc.in 2010-06-10 21:49:19.000000000 +0100

View File

@ -1,3 +1,10 @@
Use g++ for linking.
Upstream-Status: Inappropriate [Other]
Build system specific
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
tools/genccode/Makefile.in | 2 +-
tools/gencmn/Makefile.in | 2 +-