diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:42:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:42:18 +0100 |
commit | d87ffe7bf7812c8732e792ee8720fe1626813a1d (patch) | |
tree | 14b9063dc327ea9bf74a6aacd6fca40dc02b5b71 | |
parent | c30e79510c06701f10f659eedaa0fe785538ac17 (diff) | |
download | openembedded-core-d87ffe7bf7812c8732e792ee8720fe1626813a1d.tar.gz openembedded-core-d87ffe7bf7812c8732e792ee8720fe1626813a1d.tar.bz2 openembedded-core-d87ffe7bf7812c8732e792ee8720fe1626813a1d.zip |
gettext/shared-mime-info: Add missing patch upstream status field
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch b/meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch index 4ca44cce88..f2c567d188 100644 --- a/meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch +++ b/meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch @@ -4,6 +4,8 @@ In a multiple job build, Makefile can simultaneously be installing and removing libgettextlib.a. We serialize the operations. +Upstream-Status: Pending + Signed-off-by: Joe Slater <jslater@windriver.com> --- a/gettext-tools/gnulib-lib/Makefile.am diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch b/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch index 4c075f2549..3c9f1ea438 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch +++ b/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch @@ -4,6 +4,8 @@ The definition of install-data-hook in Makefile.am leads to multiple, overlapping, executions of install-binPROGRAMS target. We modify the definition to avoid that. +Upstream-Status: Pending + Signed-off-by: Joe Slater <jslater@windriver.com> --- a/Makefile.am |