mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
18 lines
429 B
Diff
18 lines
429 B
Diff
When parallel make it will fail with multi copy, see
|
|
http://bugzilla.pokylinux.org/show_bug.cgi?id=1202
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Kang Kai <kai.kang@windriver.com>
|
|
--- ghostscript-9.02/base/unixhead.mak.orig 2011-07-27 17:06:17.749456100 +0800
|
|
+++ ghostscript-9.02/base/unixhead.mak 2011-07-27 17:06:37.449456100 +0800
|
|
@@ -54,7 +54,7 @@
|
|
|
|
# Define generic commands.
|
|
|
|
-CP_=cp
|
|
+CP_=cp -f
|
|
RM_=rm -f
|
|
RMN_=rm -f
|
|
|