diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-16 17:34:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 14:28:09 +0100 |
commit | 89ff546de3ce6b1c441f04d7a153c4f8d514a749 (patch) | |
tree | cd1ede4c216bd14d881cb848022a71e3e1e8d6c0 /meta/recipes-devtools/insserv/files | |
parent | c1b6f840ad7c483e905f9a19eb2b5a8eac0b9973 (diff) | |
download | openembedded-core-89ff546de3ce6b1c441f04d7a153c4f8d514a749.tar.gz openembedded-core-89ff546de3ce6b1c441f04d7a153c4f8d514a749.tar.bz2 openembedded-core-89ff546de3ce6b1c441f04d7a153c4f8d514a749.zip |
recipes: add Upstream-Status to various recipe patches
Add Upstream-Status tag to patches for the following recipes:
apmd
insserv
linuxdoc-tools
openjade
sgmlspl
at
sudo
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/insserv/files')
-rw-r--r-- | meta/recipes-devtools/insserv/files/disable_runtests.patch | 11 | ||||
-rw-r--r-- | meta/recipes-devtools/insserv/files/makefile.patch | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/meta/recipes-devtools/insserv/files/disable_runtests.patch b/meta/recipes-devtools/insserv/files/disable_runtests.patch index 4e4084881a..15a7dd80c0 100644 --- a/meta/recipes-devtools/insserv/files/disable_runtests.patch +++ b/meta/recipes-devtools/insserv/files/disable_runtests.patch @@ -1,7 +1,10 @@ -# Disable the make check runtime tests, which cannot be run when -# cross-compiled. -# -# Signed-off-by: Scott Garman <scott.a.garman@intel.com> +Disable the make check runtime tests, which cannot be run when +cross-compiled. + +Upstream-Status: Pending + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> + diff -urN insserv-1.14.0.orig//Makefile insserv-1.14.0/Makefile --- insserv-1.14.0.orig//Makefile 2010-11-28 17:12:01.715597293 -0800 +++ insserv-1.14.0/Makefile 2010-11-28 17:16:33.837780660 -0800 diff --git a/meta/recipes-devtools/insserv/files/makefile.patch b/meta/recipes-devtools/insserv/files/makefile.patch index 19e99c6324..5a248b680e 100644 --- a/meta/recipes-devtools/insserv/files/makefile.patch +++ b/meta/recipes-devtools/insserv/files/makefile.patch @@ -1,7 +1,10 @@ -# Enable debug options and modify the use of CLFAGS (carried over -# from the previous version's patch). -# -# Signed-off-by: Scott Garman <scott.a.garman@intel.com> +Enable debug options and modify the use of CLFAGS (carried over +from the previous version's patch). + +Upstream-Status: Pending + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> + diff -urN insserv-1.14.0.orig//Makefile insserv-1.14.0//Makefile --- insserv-1.14.0.orig//Makefile 2010-04-29 03:33:40.000000000 -0700 +++ insserv-1.14.0//Makefile 2010-11-28 17:09:20.537996190 -0800 |