[oe-commits] Saul Wold : ghostscript: Disable parallel make due to install issues

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 14:09:34 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 9ef39459383f38cd45203e1f9be046d6100268b8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9ef39459383f38cd45203e1f9be046d6100268b8

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Oct 18 09:44:27 2011 -0700

ghostscript: Disable parallel make due to install issues

ghostscript uses a script called instcopy to install files first
to temp dir and then rm's and copies dirs|files to the final destination.
When parallel make happens multiple threads of this runs and tries to
remove existing directories with contents, not a good thing, therefore
disable parallel make for install.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../ghostscript/ghostscript_9.02.bb                |    4 ++++
 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 9b21c66..1d48cce 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 () {
 }
 
 BBCLASSEXTEND = "native"
+
+# Ghostscript install tool 'instcopy' tries to remove already created
+# directories during install and parallel make causes problems.
+PARALLEL_MAKEINST=""





More information about the Openembedded-commits mailing list