[oe-commits] Robert Yang : dbus: don't override EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Tue Jun 24 10:06:03 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5e1560b98680c79c979b8f9325f9f9997f9fd438
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5e1560b98680c79c979b8f9325f9f9997f9fd438

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jun 18 01:28:23 2014 -0700

dbus: don't override EXTRA_OECONF

We need use EXTRA_OECONF_append_class-native rather than
EXTRA_OECONF_class-native.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/dbus/dbus.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 01108c9..d38ba7e 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -86,7 +86,7 @@ EXTRA_OECONF = "--disable-tests \
                 --disable-systemd \
                 --without-dbus-glib"
 
-EXTRA_OECONF_class-native = "--disable-selinux"
+EXTRA_OECONF_append_class-native = " --disable-selinux"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"



More information about the Openembedded-commits mailing list