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 15:14:42 +0100 |
commit | 0dbd791e5b837a096f020635c773715bae7b15f5 (patch) | |
tree | cfd36b0aea7c5099d19c1f1a2d7c33557ffdf184 /meta/recipes-core | |
parent | 9e45491318ea7facbf1f517250e22f701245bba6 (diff) | |
download | poky-0dbd791e5b837a096f020635c773715bae7b15f5.tar.gz |
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>
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 @@ | |||
1 | # disable compiling examples | 1 | Disable compiling examples |
2 | # | 2 | |
3 | # comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-10 | 3 | Upstream-Status: Inappropriate [disable feature] |
4 | |||
5 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> | ||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
4 | 7 | ||
5 | --- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 | 8 | --- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 |
6 | +++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200 | 9 | +++ 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 @@ | |||
1 | # avoid to use expat's own *.m4 | 1 | Avoid using expat's m4 files |
2 | # | 2 | |
3 | # comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-07 | 3 | Upstream-Status: Inappropriate [Other] |
4 | Workaround specific to our build system. | ||
5 | |||
6 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> | ||
7 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
4 | 8 | ||
5 | diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in | 9 | diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in |
6 | --- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 | 10 | --- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 |