summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-30 17:34:35 +0000
committerRoss Burton <ross@openedhand.com>2008-01-30 17:34:35 +0000
commit50ef39fffe878ea93cc673cc9a7c8e9f44a3474e (patch)
treec3213eb0d20f76fb5117f74d121e77c384630537 /meta/packages/dbus
parent8cf11594833e8161a0c82db7905f50200aa69d71 (diff)
downloadpoky-50ef39fffe878ea93cc673cc9a7c8e9f44a3474e.tar.gz
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
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r--meta/packages/dbus/dbus_1.1.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/dbus/dbus_1.1.4.bb b/meta/packages/dbus/dbus_1.1.4.bb
index 96f32c9189..2e86f87302 100644
--- a/meta/packages/dbus/dbus_1.1.4.bb
+++ b/meta/packages/dbus/dbus_1.1.4.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 libx11" 7DEPENDS = "expat glib-2.0 virtual/libintl libx11"
8 8
9PR = "r1" 9PR = "r2"
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 \
@@ -41,7 +41,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
41chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" 41chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
42} 42}
43 43
44EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 44EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
45 --disable-doxygen-docs --with-xml=expat --with-x" 45 --disable-doxygen-docs --with-xml=expat --with-x"
46 46
47do_stage () { 47do_stage () {