diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-04-06 11:20:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-06 08:29:50 -0700 |
commit | 23dc39a5cd945b0301ed3d264c1d1b350d680498 (patch) | |
tree | 21142f6e7dc9e0fcb16f01647f2a457db1e9330f /meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb | |
parent | ef052487c4bf202d851754b599cfed02fa6b6470 (diff) | |
download | meta-openembedded-23dc39a5cd945b0301ed3d264c1d1b350d680498.tar.gz |
geocode-glib: upgrade 3.26.1 -> 3.26.2
3.26.2
------
- Fix build exporting all the symbols
- Allow GIR generation when cross-compiling
- Allow unknown parameters inside geo: URL
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb deleted file mode 100644 index dc218f3a35..0000000000 --- a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "A convenience library for the geocoding" | ||
2 | |||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
5 | |||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | GIR_MESON_OPTION = "enable-introspection" | ||
8 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | ||
9 | |||
10 | inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even | ||
11 | |||
12 | DEPENDS = " \ | ||
13 | json-glib \ | ||
14 | libsoup-2.4 \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "21094494e66c86368add6a55bf480049" | ||
18 | SRC_URI[archive.sha256sum] = "5baa6ab76a76c9fc567e4c32c3af2cd1d1784934c255bc5a62c512e6af6bde1c" | ||
19 | |||
20 | EXTRA_OEMESON = "-Denable-installed-tests=false" | ||