diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-09-20 16:50:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-20 12:47:40 -0700 |
commit | 8e82b89110beea21bbab1fe1df3175574b46ecfd (patch) | |
tree | 3f852618b0aa3e77f63342e21814148bf9198459 | |
parent | 264f979814883475755dad6703743c78bed1b6a2 (diff) | |
download | meta-openembedded-8e82b89110beea21bbab1fe1df3175574b46ecfd.tar.gz |
grilo: upgrade 0.3.12 -> 0.3.13
NEW in 0.3.13
=============
* !56 Increase glib requirement to 2.58 or greater
* !58 API addition: grl_related_keys_set_for_id()
* !59 Fix trying to load .so.p files as plugins
* !61 Fix crash using get_plugins() from bindings
* Several other fixes and cleanups
* Updated translations
* Chinese (Taiwan)
* Japanese
* Ukrainian
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/grilo/grilo_0.3.13.bb (renamed from meta-gnome/recipes-gnome/grilo/grilo_0.3.12.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.12.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.13.bb index 0338455bcf..fe6858f45e 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.12.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.13.bb | |||
@@ -11,8 +11,7 @@ GNOMEBASEBUILDCLASS = "meson" | |||
11 | 11 | ||
12 | inherit gnomebase gobject-introspection gtk-doc gettext vala | 12 | inherit gnomebase gobject-introspection gtk-doc gettext vala |
13 | 13 | ||
14 | SRC_URI[archive.md5sum] = "b464ce84db6f9354996a1d47b3c613da" | 14 | SRC_URI[archive.sha256sum] = "d14837f22341943ed8a189d9f0827a17016b802d18d0ed080e1413de0fdc927b" |
15 | SRC_URI[archive.sha256sum] = "dbfbd6082103288592af97568180b9cc81a336a274ed5160412f87675ec11a71" | ||
16 | 15 | ||
17 | GIR_MESON_OPTION = "enable-introspection" | 16 | GIR_MESON_OPTION = "enable-introspection" |
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 17 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |