dbus: Disable X for -native versions, also explicitly disable libaudit

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-13 11:09:37 +00:00
parent a338a7a7fd
commit 96ece54fa3
5 changed files with 12 additions and 5 deletions

View File

@ -3,7 +3,9 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r5"
PR = "r6"
EXTRA_OECONF_X = "--without-x"
do_stage() {
oe_runmake install

View File

@ -3,7 +3,9 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r5"
PR = "r6"
EXTRA_OECONF_X = "--without-x"
do_stage() {
oe_runmake install

View File

@ -59,6 +59,8 @@ grep -q netdev: /etc/group || addgroup netdev
chmod u+s /usr/libexec/dbus-daemon-launch-helper
}
EXTRA_OECONF_X = "--with-x"
EXTRA_OECONF = "\
--disable-qt \
--disable-qt3 \
@ -67,8 +69,9 @@ EXTRA_OECONF = "\
--disable-checks \
--disable-xml-docs \
--disable-doxygen-docs \
--disable-libaudit \
--with-xml=expat \
--with-x \
${EXTRA_OECONF_X} \
"
do_stage() {

View File

@ -1,5 +1,5 @@
include dbus.inc
PR = "r2"
PR = "r3"
inherit update-rc.d

View File

@ -1,5 +1,5 @@
include dbus.inc
PR = "r2"
PR = "r3"
inherit update-rc.d