summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.02.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
index 9b21c66956..1d48cce2b8 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
@@ -90,3 +90,7 @@ do_install_virtclass-native () {
90} 90}
91 91
92BBCLASSEXTEND = "native" 92BBCLASSEXTEND = "native"
93
94# Ghostscript install tool 'instcopy' tries to remove already created
95# directories during install and parallel make causes problems.
96PARALLEL_MAKEINST=""