mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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
This commit is contained in:
@@ -6,7 +6,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "expat glib-2.0 virtual/libintl libx11"
|
DEPENDS = "expat glib-2.0 virtual/libintl libx11"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
||||||
file://tmpdir.patch;patch=1 \
|
file://tmpdir.patch;patch=1 \
|
||||||
@@ -41,7 +41,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"
|
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 --with-x"
|
--disable-doxygen-docs --with-xml=expat --with-x"
|
||||||
|
|
||||||
do_stage () {
|
do_stage () {
|
||||||
|
|||||||
Reference in New Issue
Block a user