diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-08 15:30:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-08 15:30:25 +0000 |
commit | d83e06766e3f224c3d271df1bcce2295a33ecc85 (patch) | |
tree | c78b532229277e9c86b04da5314bd9a27bf5c7a4 /meta/packages/dbus | |
parent | 144d5c79f88efc3990884e706158ba5e8a0ee00a (diff) | |
download | poky-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.bb | 4 | ||||
-rw-r--r-- | meta/packages/dbus/dbus_1.1.1.bb | 4 |
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" | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "expat glib-2.0 virtual/libintl" | 5 | DEPENDS = "expat glib-2.0 virtual/libintl" |
6 | 6 | ||
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 9 | SRC_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" | |||
38 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" | 38 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" |
39 | } | 39 | } |
40 | 40 | ||
41 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 41 | EXTRA_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 | ||
44 | do_stage () { | 44 | do_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" | |||
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | DEPENDS = "expat glib-2.0 virtual/libintl" | 7 | DEPENDS = "expat glib-2.0 virtual/libintl" |
8 | 8 | ||
9 | PR = "r3" | 9 | PR = "r4" |
10 | 10 | ||
11 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 11 | SRC_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" | |||
40 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" | 40 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" |
41 | } | 41 | } |
42 | 42 | ||
43 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 43 | EXTRA_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 | ||
46 | do_stage () { | 46 | do_stage () { |