blob: 2a6f04b4d831837ccd621486197fcfbb145bf4bc [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
2HOMEPAGE = "http://live.gnome.org/libgdata"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
7 file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
8 file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
9
10DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
11
12inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection
13
14do_configure_prepend_class-target () {
15 # introspection.m4 pre-packaged with upstream tarballs does not yet
16 # have our fixes
17 rm -f ${S}/introspection.m4
18}
19
20do_compile_prepend() {
21 export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
22}
23
24EXTRA_OECONF += "--disable-goa --disable-tests"
25
26SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d"
27SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827"