aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-02-22 19:11:58 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:29 +0100
commit0a77d8e57943cb55757ccccb8be691f25ff029cd (patch)
tree6da7a3dc7d5d8a6f362b23bca053854f05156aaf /meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb
parenta7f658e38cfeeb60d0d5e1645db2f04bc95a6718 (diff)
downloadmeta-openembedded-contrib-0a77d8e57943cb55757ccccb8be691f25ff029cd.tar.gz
libgdata: update to 0.16.1
This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb
new file mode 100644
index 0000000000..b27420a16a
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
+HOMEPAGE = "http://live.gnome.org/libgdata"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
+ file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
+ file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
+
+DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
+
+inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala
+
+do_configure_prepend_class-target () {
+ # introspection.m4 pre-packaged with upstream tarballs does not yet
+ # have our fixes
+ rm -f ${S}/introspection.m4
+}
+
+do_compile_prepend() {
+ export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
+}
+
+EXTRA_OECONF += "--disable-goa --disable-tests"
+
+SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d"
+SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827"