summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript_9.15.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-29 17:33:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-15 21:58:27 +0000
commit8d30c2a0b3092e032382b103d9d010837fb75591 (patch)
tree85696dfb53140b9c206e8e08b28907eac66d12cd /meta/recipes-extended/ghostscript/ghostscript_9.15.bb
parent2d9763a1c8685e9bd3a6b0aa0995eec5112dc4a7 (diff)
downloadpoky-8d30c2a0b3092e032382b103d9d010837fb75591.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.15.bb')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.15.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.15.bb b/meta/recipes-extended/ghostscript/ghostscript_9.15.bb
index 850ed81705..578883777d 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.15.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.15.bb
@@ -24,6 +24,7 @@ SRC_URI = "${SRC_URI_BASE} \
24 file://objarch.h \ 24 file://objarch.h \
25 file://ghostscript-9.02-parallel-make.patch \ 25 file://ghostscript-9.02-parallel-make.patch \
26 file://cups-no-gcrypt.patch \ 26 file://cups-no-gcrypt.patch \
27 file://ghostscript-9.15-parallel-make.patch \
27 " 28 "
28 29
29SRC_URI_class-native = "${SRC_URI_BASE} \ 30SRC_URI_class-native = "${SRC_URI_BASE} \
@@ -101,8 +102,3 @@ do_install_class-native () {
101} 102}
102 103
103BBCLASSEXTEND = "native" 104BBCLASSEXTEND = "native"
104
105# Ghostscript install tool 'instcopy' tries to remove already created
106# directories during install and parallel make causes problems.
107PARALLEL_MAKEINST=""
108