mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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:
@@ -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 () {
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user