netpbm: Disable PARALLEL_MAKE; a shame but race conditions make it possible for
authorMike Westerhof <mwester@dls.net>
Wed, 10 Sep 2008 16:19:27 +0000 (16:19 +0000)
committerMike Westerhof <mwester@dls.net>
Wed, 10 Sep 2008 16:19:27 +0000 (16:19 +0000)
the contents of the configure header file to get doubled up and scrambled.

packages/netpbm/netpbm_10.28.bb

index cfe2a5c..ff90310 100644 (file)
@@ -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() {