mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
ghostscript: fix and enable parallel build
(From OE-Core rev: 065f4034698caaaab9c8076d3c7e4ebafb8a9353) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2d9763a1c8
commit
8d30c2a0b3
@@ -24,6 +24,7 @@ SRC_URI = "${SRC_URI_BASE} \
|
||||
file://objarch.h \
|
||||
file://ghostscript-9.02-parallel-make.patch \
|
||||
file://cups-no-gcrypt.patch \
|
||||
file://ghostscript-9.15-parallel-make.patch \
|
||||
"
|
||||
|
||||
SRC_URI_class-native = "${SRC_URI_BASE} \
|
||||
@@ -101,8 +102,3 @@ do_install_class-native () {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
# Ghostscript install tool 'instcopy' tries to remove already created
|
||||
# directories during install and parallel make causes problems.
|
||||
PARALLEL_MAKEINST=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user