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-core | |
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-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch | 9 | ||||
-rw-r--r-- | meta/recipes-core/expat/expat-2.0.1/autotools.patch | 10 |
2 files changed, 13 insertions, 6 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch index 32609b9b9c..fbb4967828 100644 --- a/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch +++ b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch @@ -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 diff --git a/meta/recipes-core/expat/expat-2.0.1/autotools.patch b/meta/recipes-core/expat/expat-2.0.1/autotools.patch index ff1578f47e..c0ac10b757 100644 --- a/meta/recipes-core/expat/expat-2.0.1/autotools.patch +++ b/meta/recipes-core/expat/expat-2.0.1/autotools.patch @@ -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 |