diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-15 20:04:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 14:38:51 +0100 |
commit | 0702602332ad63c2cfaa207516497bb0b75bfdf3 (patch) | |
tree | 3b99ddf87983c8927193d5054d110d208b51bc03 /meta/recipes-support/icu | |
parent | 35fa3f8c89104275870db9baa9d094232b1e7bfd (diff) | |
download | openembedded-core-0702602332ad63c2cfaa207516497bb0b75bfdf3.tar.gz openembedded-core-0702602332ad63c2cfaa207516497bb0b75bfdf3.tar.bz2 openembedded-core-0702602332ad63c2cfaa207516497bb0b75bfdf3.zip |
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
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-support/icu')
-rw-r--r-- | meta/recipes-support/icu/files/gccfix.patch | 6 | ||||
-rw-r--r-- | meta/recipes-support/icu/files/noldlibpath.patch | 5 | ||||
-rw-r--r-- | meta/recipes-support/icu/files/use-g++-for-linking.patch | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/files/gccfix.patch b/meta/recipes-support/icu/files/gccfix.patch index 9291e921d3..755341f186 100644 --- a/meta/recipes-support/icu/files/gccfix.patch +++ b/meta/recipes-support/icu/files/gccfix.patch @@ -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 diff --git a/meta/recipes-support/icu/files/noldlibpath.patch b/meta/recipes-support/icu/files/noldlibpath.patch index eba3d805d4..8543044b2c 100644 --- a/meta/recipes-support/icu/files/noldlibpath.patch +++ b/meta/recipes-support/icu/files/noldlibpath.patch @@ -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 diff --git a/meta/recipes-support/icu/files/use-g++-for-linking.patch b/meta/recipes-support/icu/files/use-g++-for-linking.patch index 4702abc065..f477dadee9 100644 --- a/meta/recipes-support/icu/files/use-g++-for-linking.patch +++ b/meta/recipes-support/icu/files/use-g++-for-linking.patch @@ -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 +- |