summaryrefslogtreecommitdiff
path: root/meta/packages/dbus/dbus_1.0.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-08 15:30:25 +0000
committerRoss Burton <ross@openedhand.com>2008-01-08 15:30:25 +0000
commitd83e06766e3f224c3d271df1bcce2295a33ecc85 (patch)
treec78b532229277e9c86b04da5314bd9a27bf5c7a4 /meta/packages/dbus/dbus_1.0.2.bb
parent144d5c79f88efc3990884e706158ba5e8a0ee00a (diff)
downloadopenembedded-core-d83e06766e3f224c3d271df1bcce2295a33ecc85.tar.gz
openembedded-core-d83e06766e3f224c3d271df1bcce2295a33ecc85.tar.bz2
openembedded-core-d83e06766e3f224c3d271df1bcce2295a33ecc85.tar.xz
openembedded-core-d83e06766e3f224c3d271df1bcce2295a33ecc85.zip
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
Diffstat (limited to 'meta/packages/dbus/dbus_1.0.2.bb')
-rw-r--r--meta/packages/dbus/dbus_1.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb
index 81c8f0cf3..028e4bddb 100644
--- a/meta/packages/dbus/dbus_1.0.2.bb
+++ b/meta/packages/dbus/dbus_1.0.2.bb
@@ -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 () {