gnome-dbus_svn: Disable PARALLEL_MAKE.
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 20 Jan 2006 12:46:39 +0000 (12:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 20 Jan 2006 12:46:39 +0000 (12:46 +0000)
packages/gnome/gconf-dbus_svn.bb

index 194ca00..dcd5209 100644 (file)
@@ -17,6 +17,8 @@ SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
 inherit pkgconfig autotools
 S = "${WORKDIR}/trunk"
 
+PARALLEL_MAKE = ""
+
 FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*"
 
 EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static"