diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-05 16:28:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-05 16:28:34 +0100 |
commit | a9831bfdea9690ad0c95bc4a768f825333c94b51 (patch) | |
tree | ece017dfd3ce3c141f0b6a131011846ced47e2ee /recipes | |
parent | f60bce0c2475242b733b28998b2de5c7b6e01a4c (diff) |
libdlna: disable parallel make
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/upnp/libdlna_0.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/upnp/libdlna_0.2.3.bb b/recipes/upnp/libdlna_0.2.3.bb index 9c491da9f6..06d74c4eb2 100644 --- a/recipes/upnp/libdlna_0.2.3.bb +++ b/recipes/upnp/libdlna_0.2.3.bb @@ -8,6 +8,8 @@ SRC_URI = "http://libdlna.geexbox.org/releases/libdlna-${PV}.tar.bz2 \ inherit autotools +PARALLEL_MAKE = "" + EXTRA_OECONF = " --cross-prefix=${TARGET_PREFIX} \ --cross-compile \ --disable-strip \ |