mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
dbus-glib: upgrade to 0.110
The obsolete '--with-introspect-xml' option is removed. (From OE-Core rev: c580190826af141660dbbfe20dc7acbdb6bac562) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
require dbus-glib.inc
|
||||
|
||||
SRC_URI[md5sum] = "a66a613705870752ca9786e0359aea97"
|
||||
SRC_URI[sha256sum] = "9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c"
|
||||
4
meta/recipes-core/dbus/dbus-glib_0.110.bb
Normal file
4
meta/recipes-core/dbus/dbus-glib_0.110.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
require dbus-glib.inc
|
||||
|
||||
SRC_URI[md5sum] = "d7cebf1d69445cbd28b4983392145192"
|
||||
SRC_URI[sha256sum] = "7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825"
|
||||
Reference in New Issue
Block a user