mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user