]> code.ossystems Code Review - openembedded-core.git/commitdiff
eggdbus: Disable PARALLEL_MAKE
authorScott Garman <sgarman@zenlinux.com>
Mon, 24 May 2010 05:03:17 +0000 (22:03 -0700)
committerJoshua Lock <josh@linux.intel.com>
Mon, 24 May 2010 09:35:01 +0000 (10:35 +0100)
* Fixes eggdbusenumtypes.h gen/use errors

Signed-off-by: Scott Garman <sgarman@zenlinux.com>
meta/packages/eggdbus/eggdbus_0.6.bb

index bf6b57f74baa3aeda288ab4cfa51113e9eedb8de..7f0b68b3e06306b4d2c1cf653982e3d9871d4b96 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "gobject dbus binding"
 HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
 LICENSE = "GPLv2"
+PR = "r1"
 
 DEPENDS = "dbus glib-2.0 dbus-glib eggdbus-native"
 DEPENDS_virtclass-native = "dbus-native glib-2.0-native dbus-glib-native"
@@ -21,3 +22,4 @@ EXTRA_OECONF = " --disable-man-pages --disable-gtk-doc-html "
 
 BBCLASSEXTEND = "native"
 
+PARALLEL_MAKE = ""