summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript_9.15.bb
diff options
context:
space:
mode:
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