summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-04-06 11:20:30 +0200
committerKhem Raj <raj.khem@gmail.com>2020-04-06 08:29:50 -0700
commit23dc39a5cd945b0301ed3d264c1d1b350d680498 (patch)
tree21142f6e7dc9e0fcb16f01647f2a457db1e9330f /meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb
parentef052487c4bf202d851754b599cfed02fa6b6470 (diff)
downloadmeta-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.bb20
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 @@
1SUMMARY = "A convenience library for the geocoding"
2
3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
5
6GNOMEBASEBUILDCLASS = "meson"
7GIR_MESON_OPTION = "enable-introspection"
8GTKDOC_MESON_OPTION = "enable-gtk-doc"
9
10inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even
11
12DEPENDS = " \
13 json-glib \
14 libsoup-2.4 \
15"
16
17SRC_URI[archive.md5sum] = "21094494e66c86368add6a55bf480049"
18SRC_URI[archive.sha256sum] = "5baa6ab76a76c9fc567e4c32c3af2cd1d1784934c255bc5a62c512e6af6bde1c"
19
20EXTRA_OEMESON = "-Denable-installed-tests=false"