mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
dbus: Disable X for -native versions, also explicitly disable libaudit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
a338a7a7fd
commit
96ece54fa3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include dbus.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit update-rc.d
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include dbus.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit update-rc.d
|
||||
|
|
Loading…
Reference in New Issue
Block a user