From: Koen Kooi Date: Fri, 17 Mar 2006 14:25:20 +0000 (+0000) Subject: orbit2-native: disable parallel make X-Git-Tag: Release-2010-05/1~9453^2~2232^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07201feba8f4c2840287ae746ed72ab67c42cc67;p=openembedded.git orbit2-native: disable parallel make --- diff --git a/packages/gnome/orbit2-native_2.13.2.bb b/packages/gnome/orbit2-native_2.13.2.bb index eba8c5eda3..f05af52695 100644 --- a/packages/gnome/orbit2-native_2.13.2.bb +++ b/packages/gnome/orbit2-native_2.13.2.bb @@ -10,6 +10,7 @@ DEPENDS = "libidl-native popt-native gtk-doc" S = "${WORKDIR}/ORBit2-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2-${PV}" +PARALLEL_MAKE = "" inherit autotools native pkgconfig EXTRA_OECONF = "--disable-gtk-doc"