diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2018-05-14 13:59:25 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:13:32 +0100 |
| commit | c4efec05ce9a57af30eb0e6bd21467ea7098db2b (patch) | |
| tree | fcdafaa958cf4a31226eb10a64aad5f32698c74d | |
| parent | 5801eed6369a4e8524d7fb9195f1ff64e7cf3cc3 (diff) | |
| download | poky-c4efec05ce9a57af30eb0e6bd21467ea7098db2b.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.108.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.110.bb | 4 |
3 files changed, 5 insertions, 7 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 | |||
| 22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
| 23 | PACKAGECONFIG[tests] = "--enable-tests,,," | 23 | PACKAGECONFIG[tests] = "--enable-tests,,," |
| 24 | 24 | ||
| 25 | EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \ | 25 | EXTRA_OECONF_class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" |
| 26 | --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" | ||
| 27 | EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" | ||
| 28 | 26 | ||
| 29 | PACKAGES += "${PN}-tests" | 27 | PACKAGES += "${PN}-tests" |
| 30 | 28 | ||
diff --git a/meta/recipes-core/dbus/dbus-glib_0.108.bb b/meta/recipes-core/dbus/dbus-glib_0.108.bb deleted file mode 100644 index 7a9a69e1e9..0000000000 --- a/meta/recipes-core/dbus/dbus-glib_0.108.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | require dbus-glib.inc | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "a66a613705870752ca9786e0359aea97" | ||
| 4 | SRC_URI[sha256sum] = "9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c" | ||
diff --git a/meta/recipes-core/dbus/dbus-glib_0.110.bb b/meta/recipes-core/dbus/dbus-glib_0.110.bb new file mode 100644 index 0000000000..8120505010 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib_0.110.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require dbus-glib.inc | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "d7cebf1d69445cbd28b4983392145192" | ||
| 4 | SRC_URI[sha256sum] = "7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825" | ||
