dbus: enable checks, disable asserts. Anything else is madness.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3632 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-01-30 17:34:35 +00:00
parent 8cf1159483
commit 50ef39fffe
1 changed files with 2 additions and 2 deletions

View 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 libx11"
PR = "r1"
PR = "r2"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://tmpdir.patch;patch=1 \
@ -41,7 +41,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 --with-x"
do_stage () {