git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee57b40
)
netpbm: Disable PARALLEL_MAKE; a shame but race conditions make it possible for
author
Mike Westerhof
<mwester@dls.net>
Wed, 10 Sep 2008 16:19:27 +0000
(16:19 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/packages/netpbm/netpbm_10.28.bb
b/packages/netpbm/netpbm_10.28.bb
index
cfe2a5c
..
ff90310
100644
(file)
--- 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 = "r
4
"
+PR = "r
5
"
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() {