From: Mike Westerhof Date: Wed, 10 Sep 2008 16:19:27 +0000 (+0000) Subject: netpbm: Disable PARALLEL_MAKE; a shame but race conditions make it possible for X-Git-Tag: Release-2010-05/1~6113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6faef6e34bf44cd61214eade04d14ae7a12182d;p=openembedded.git netpbm: Disable PARALLEL_MAKE; a shame but race conditions make it possible for the contents of the configure header file to get doubled up and scrambled. --- diff --git a/packages/netpbm/netpbm_10.28.bb b/packages/netpbm/netpbm_10.28.bb index cfe2a5cc88..ff90310e1b 100644 --- a/packages/netpbm/netpbm_10.28.bb +++ b/packages/netpbm/netpbm_10.28.bb @@ -25,13 +25,15 @@ RDEPENDS = "perl\ RDEPENDS += "perl-module-exporter-heavy" RDEPENDS += "perl-module-file-spec-unix" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/netpbm/netpbm-${PV}.tgz \ file://ppmtojpeg.patch;patch=42 \ file://Makefile.config \ file://oeendiangen" +PARALLEL_MAKE = "" + EXTRA_OEMAKE = "ENDIANGEN=${S}/buildtools/oeendiangen TARGET_LD=${LD}" do_configure() {