summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2011-07-27 17:34:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 16:46:30 +0100
commit052f04e460f8d697083ae4875eb20edaee7748b5 (patch)
treec6a64de09de73df9fed502d0d0a074b8728ead78 /meta/recipes-extended/ghostscript/ghostscript
parent7fcb8b50c2c5612559bc5ebd50980620c029567a (diff)
downloadpoky-052f04e460f8d697083ae4875eb20edaee7748b5.tar.gz
ghostscript: fix parallel build issue
ghostscript fails some time on autobuilder, it seems a parallel build issue. Add patch to fix it. Fixes [Yocto #1202] (From OE-Core rev: 90c0eabcce04e8358ce8df9cd9ed60fdeea68cf5) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch
new file mode 100644
index 0000000000..76d167650d
--- /dev/null
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch
@@ -0,0 +1,17 @@
1When parallel make it will fail with multi copy, see
2http://bugzilla.pokylinux.org/show_bug.cgi?id=1202
3
4Upstream-Status: Pending
5
6Signed-off-by: Kang Kai <kai.kang@windriver.com>
7--- ghostscript-9.02/base/unixhead.mak.orig 2011-07-27 17:06:17.749456100 +0800
8+++ ghostscript-9.02/base/unixhead.mak 2011-07-27 17:06:37.449456100 +0800
9@@ -54,7 +54,7 @@
10
11 # Define generic commands.
12
13-CP_=cp
14+CP_=cp -f
15 RM_=rm -f
16 RMN_=rm -f
17