blob: 23b3bf63a591437b92a0cabab904c2f1e08af062 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "A GObject library for Facebook Graph API"
2SECTION = "x11/gnome"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
5
6DEPENDS = " \
7 glib-2.0 \
8 json-glib \
9 rest \
10 gnome-online-accounts \
11"
12
Andrew Geisslereff27472021-10-29 15:35:00 -050013inherit gnomebase gtk-doc gobject-introspection pkgconfig
Andrew Geissler89770b02020-06-13 10:40:47 -050014
Andrew Geisslereff27472021-10-29 15:35:00 -050015SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
Andrew Geissler89770b02020-06-13 10:40:47 -050016SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
17SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
18
Patrick Williams213cb262021-08-07 19:21:33 -050019do_install:append() {
Andrew Geissler89770b02020-06-13 10:40:47 -050020 # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
21 # is not a standard path exactly
22 rm -rf ${D}${prefix}/doc
23}