dbus: disable asserts, not checks. asserts are slow and very intensive, checks are entry point sanity checks and are good

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3426 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-01-08 15:30:25 +00:00
parent 144d5c79f8
commit d83e06766e
2 changed files with 4 additions and 4 deletions

View 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 () {

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"
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 () {