Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol" |
| 2 | HOMEPAGE = "http://live.gnome.org/libgdata" |
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
| 4 | |
| 5 | LICENSE = "LGPLv2.1" |
| 6 | LIC_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 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | DEPENDS = "gnome-common-native libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | inherit distro_features_check gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection |
| 13 | |
| 14 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
| 16 | do_configure_prepend_class-target () { |
| 17 | # introspection.m4 pre-packaged with upstream tarballs does not yet |
| 18 | # have our fixes |
| 19 | rm -f ${S}/introspection.m4 |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 20 | |
| 21 | # remove the pre-built gtk-doc files, as they're installed (or attempted to be installed) |
| 22 | # even if gtk-doc is explicitly disabled |
| 23 | rm -rf ${S}/docs/reference/html |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 24 | } |
| 25 | |
| 26 | do_compile_prepend() { |
| 27 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" |
| 28 | } |
| 29 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 30 | EXTRA_OECONF += "--disable-goa --disable-tests --disable-gtk-doc" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 31 | |
| 32 | SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d" |
| 33 | SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827" |