* [PATCH 0/1] dbus: don't override EXTRA_OECONF
@ 2014-06-18 8:28 Robert Yang
2014-06-18 8:28 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-06-18 8:28 UTC (permalink / raw)
To: openembedded-core
The following changes since commit f506d0660c9949485268a92724ac770b5457b0ca:
linux-yocto/3.10: update to v3.10.43 (2014-06-17 17:56:42 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/dbus-native
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/dbus-native
Robert Yang (1):
dbus: don't override EXTRA_OECONF
meta/recipes-core/dbus/dbus.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] dbus: don't override EXTRA_OECONF
2014-06-18 8:28 [PATCH 0/1] dbus: don't override EXTRA_OECONF Robert Yang
@ 2014-06-18 8:28 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-06-18 8:28 UTC (permalink / raw)
To: openembedded-core
We need use EXTRA_OECONF_append_class-native rather than
EXTRA_OECONF_class-native.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
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)}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-18 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 8:28 [PATCH 0/1] dbus: don't override EXTRA_OECONF Robert Yang
2014-06-18 8:28 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox