aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-05-14 13:59:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-22 13:09:02 +0100
commitc580190826af141660dbbfe20dc7acbdb6bac562 (patch)
treec150f7c976ac15f7d6230b316ce7da6f001255b5 /meta/recipes-core/dbus/dbus-glib.inc
parentde2e59695486121d8fda43524f62ad5c5db334d2 (diff)
downloadopenembedded-core-contrib-c580190826af141660dbbfe20dc7acbdb6bac562.tar.gz
dbus-glib: upgrade to 0.110
The obsolete '--with-introspect-xml' option is removed. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib.inc')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 55f710f857..16dbf4f08a 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -22,9 +22,7 @@ inherit autotools pkgconfig gettext bash-completion gtk-doc
PACKAGECONFIG ??= ""
PACKAGECONFIG[tests] = "--enable-tests,,,"
-EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \
- --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
-EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
+EXTRA_OECONF_class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
PACKAGES += "${PN}-tests"