summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus
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
parent144d5c79f88efc3990884e706158ba5e8a0ee00a (diff)
downloadpoky-d83e06766e3f224c3d271df1bcce2295a33ecc85.tar.gz
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')
-rw-r--r--meta/packages/dbus/dbus_1.0.2.bb4
-rw-r--r--meta/packages/dbus/dbus_1.1.1.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb
index 81c8f0cf37..028e4bddb1 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"
4LICENSE = "GPL" 4LICENSE = "GPL"
5DEPENDS = "expat glib-2.0 virtual/libintl" 5DEPENDS = "expat glib-2.0 virtual/libintl"
6 6
7PR = "r3" 7PR = "r4"
8 8
9SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 9SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
10 file://tmpdir.patch;patch=1 \ 10 file://tmpdir.patch;patch=1 \
@@ -38,7 +38,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
38chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" 38chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
39} 39}
40 40
41EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 41EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
42 --disable-doxygen-docs --with-xml=expat --without-x" 42 --disable-doxygen-docs --with-xml=expat --without-x"
43 43
44do_stage () { 44do_stage () {
diff --git a/meta/packages/dbus/dbus_1.1.1.bb b/meta/packages/dbus/dbus_1.1.1.bb
index 7bf0a8634d..f2318d42d2 100644
--- a/meta/packages/dbus/dbus_1.1.1.bb
+++ b/meta/packages/dbus/dbus_1.1.1.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
6LICENSE = "GPL" 6LICENSE = "GPL"
7DEPENDS = "expat glib-2.0 virtual/libintl" 7DEPENDS = "expat glib-2.0 virtual/libintl"
8 8
9PR = "r3" 9PR = "r4"
10 10
11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
12 file://tmpdir.patch;patch=1 \ 12 file://tmpdir.patch;patch=1 \
@@ -40,7 +40,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
40chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" 40chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
41} 41}
42 42
43EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 43EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
44 --disable-doxygen-docs --with-xml=expat --without-x" 44 --disable-doxygen-docs --with-xml=expat --without-x"
45 45
46do_stage () { 46do_stage () {