orbit2-native: disable parallel make
authorKoen Kooi <koen@openembedded.org>
Fri, 17 Mar 2006 14:25:20 +0000 (14:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 17 Mar 2006 14:25:20 +0000 (14:25 +0000)
packages/gnome/orbit2-native_2.13.2.bb

index eba8c5e..f05af52 100644 (file)
@@ -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"