dbus: disable asserts, not checks. asserts are slow and very intensive, checks are...
authorRoss Burton <ross@openedhand.com>
Tue, 8 Jan 2008 15:30:25 +0000 (15:30 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 8 Jan 2008 15:30:25 +0000 (15:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3426 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dbus/dbus_1.0.2.bb
meta/packages/dbus/dbus_1.1.1.bb

index 81c8f0c..028e4bd 100644 (file)
@@ -4,7 +4,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
 LICENSE = "GPL"
 DEPENDS = "expat glib-2.0 virtual/libintl"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
           file://tmpdir.patch;patch=1 \
@@ -38,7 +38,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
 chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
 }
 
-EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
+EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
                  --disable-doxygen-docs --with-xml=expat --without-x"
 
 do_stage () {
index 7bf0a86..f2318d4 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
 LICENSE = "GPL"
 DEPENDS = "expat glib-2.0 virtual/libintl"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
           file://tmpdir.patch;patch=1 \
@@ -40,7 +40,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
 chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
 }
 
-EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
+EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
                  --disable-doxygen-docs --with-xml=expat --without-x"
 
 do_stage () {