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:32:46 +0100 |
commit | a0da8e7e8feccfc01646eb8f4fcfc5a1c6552b2c (patch) | |
tree | 998220b08f64b057f97d309e1078b9bdd27c7b17 /meta/recipes-devtools/openjade | |
parent | ffef4dad894a6c8401ea0409936f52fe8e333fb2 (diff) | |
download | poky-a0da8e7e8feccfc01646eb8f4fcfc5a1c6552b2c.tar.gz |
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
(From OE-Core rev: 89ff546de3ce6b1c441f04d7a153c4f8d514a749)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/openjade')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch index 84e1d63151..968b9b47cf 100644 --- a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch +++ b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch | |||
@@ -1,7 +1,11 @@ | |||
1 | This patch fixes libtool QA issues with WORKDIR creeping in to | 1 | This patch fixes libtool QA issues with WORKDIR creeping in to |
2 | libospgrove.la and libostyle.la. Patch obtained from OpenEmbedded. | 2 | libospgrove.la and libostyle.la. Patch obtained from OpenEmbedded. |
3 | 3 | ||
4 | Upstream-Status: Inappropriate [Other] | ||
5 | Workaround is specific to our build system. | ||
6 | |||
4 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 7 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
8 | |||
5 | Index: openjade-1.3.2/spgrove/Makefile.sub | 9 | Index: openjade-1.3.2/spgrove/Makefile.sub |
6 | =================================================================== | 10 | =================================================================== |
7 | --- openjade-1.3.2.orig/spgrove/Makefile.sub | 11 | --- openjade-1.3.2.orig/spgrove/Makefile.sub |
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch b/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch index 2f2adfe340..073af46fc5 100644 --- a/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch +++ b/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch | |||
@@ -12,6 +12,10 @@ https://bugs.gentoo.org/358021 | |||
12 | http://clang.llvm.org/compatibility.html#default_init_const | 12 | http://clang.llvm.org/compatibility.html#default_init_const |
13 | http://gcc.gnu.org/PR44499" | 13 | http://gcc.gnu.org/PR44499" |
14 | 14 | ||
15 | Upstream-Status: Pending | ||
16 | |||
17 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
18 | |||
15 | --- a/jade/TeXFOTBuilder.cxx | 19 | --- a/jade/TeXFOTBuilder.cxx |
16 | +++ b/jade/TeXFOTBuilder.cxx | 20 | +++ b/jade/TeXFOTBuilder.cxx |
17 | @@ -88,6 +88,8 @@ public: | 21 | @@ -88,6 +88,8 @@ public: |