diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-01 23:45:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:43 -0700 |
commit | ae02d96b79c59133a3611e281ce1e79f9253653e (patch) | |
tree | 275787d6aefa3d1c6e5eafb36fc4c7002d6b6163 | |
parent | 9e0b96b8a925f266c5404b45a1333c8785dd1a8c (diff) | |
download | meta-openembedded-ae02d96b79c59133a3611e281ce1e79f9253653e.tar.gz |
grilo: upgrade 0.3.10 -> 0.3.12
NEW in 0.3.12
=============
* #107 grl-source: Fix reference count in the bindings
* Updated translations
* Japanese
* British English
* Contributors to this release:
Jean Felder <jfelder@gnome.org>
NEW in 0.3.11
=============
* !52 pls: Support totem-pl-parser 3.26.4
* !51 build: Add a Meson dependency variable for libgrlpls
* !50 build: Avoid using meson.source_root()
* Contributors to this release:
Sam Thursfield <sam@afuera.me.uk>
Bastien Nocera <hadess@hadess.net>
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.12.bb (renamed from meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.12.bb index e3fd671728..0338455bcf 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.12.bb | |||
@@ -11,8 +11,8 @@ 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] = "f02bf585d1a48dc65be8b90ae3b08330" | 14 | SRC_URI[archive.md5sum] = "b464ce84db6f9354996a1d47b3c613da" |
15 | SRC_URI[archive.sha256sum] = "7e44b2e74c31ed24eb97e43265a9e41effe8660287b02295111805c7bda7f1e8" | 15 | SRC_URI[archive.sha256sum] = "dbfbd6082103288592af97568180b9cc81a336a274ed5160412f87675ec11a71" |
16 | 16 | ||
17 | GIR_MESON_OPTION = "enable-introspection" | 17 | GIR_MESON_OPTION = "enable-introspection" |
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |