mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
This commit is contained in:
@@ -15,7 +15,7 @@ SECTION = "console/utils"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d151214b3131251dfc9d858593acbd24"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
DEPENDS = "${PN}-native tiff jpeg fontconfig cups"
|
||||
DEPENDS_virtclass-native = ""
|
||||
@@ -27,6 +27,7 @@ SRC_URI = "${SRC_URI_BASE} \
|
||||
file://ghostscript-9.02-genarch.patch \
|
||||
file://objarch.h \
|
||||
file://soobjarch.h \
|
||||
file://ghostscript-9.02-parallel-make.patch \
|
||||
"
|
||||
SRC_URI_virtclass-native = "${SRC_URI_BASE}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user