diff options
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.20.2/parallel.patch')
| -rw-r--r-- | meta/recipes-core/gettext/gettext-0.20.2/parallel.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.20.2/parallel.patch b/meta/recipes-core/gettext/gettext-0.20.2/parallel.patch new file mode 100644 index 0000000000..d96a376b7d --- /dev/null +++ b/meta/recipes-core/gettext/gettext-0.20.2/parallel.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From 4a2a0a93b469093b60ffd0bec55d33d1e03d4713 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Joe Slater <jslater@windriver.com> | ||
| 3 | Date: Thu, 7 Jun 2012 16:37:01 -0700 | ||
| 4 | Subject: [PATCH] instal libgettextlib.a before removing it | ||
| 5 | |||
| 6 | In a multiple job build, Makefile can simultaneously | ||
| 7 | be installing and removing libgettextlib.a. We serialize | ||
| 8 | the operations. | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Joe Slater <jslater@windriver.com> | ||
| 13 | |||
| 14 | --- | ||
| 15 | gettext-tools/gnulib-lib/Makefile.am | 4 ++++ | ||
| 16 | 1 file changed, 4 insertions(+) | ||
| 17 | |||
| 18 | diff --git a/gettext-tools/gnulib-lib/Makefile.am b/gettext-tools/gnulib-lib/Makefile.am | ||
| 19 | index 2126699..d2dd7e4 100644 | ||
| 20 | --- a/gettext-tools/gnulib-lib/Makefile.am | ||
| 21 | +++ b/gettext-tools/gnulib-lib/Makefile.am | ||
| 22 | @@ -58,6 +58,10 @@ endif | ||
| 23 | # Rules generated and collected by gnulib-tool. | ||
| 24 | include Makefile.gnulib | ||
| 25 | |||
| 26 | +# defined in Makefile.gnulib but missing this dependency | ||
| 27 | +# | ||
| 28 | +install-exec-clean: install-libLTLIBRARIES | ||
| 29 | + | ||
| 30 | # OS/2 does not support a DLL name longer than 8 characters. | ||
| 31 | if OS2 | ||
| 32 | libgettextlib_la_LDFLAGS += -os2dllname gtlib | ||
