diff options
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb new file mode 100644 index 0000000000..0414b0c7cf --- /dev/null +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "A GObject library for Facebook Graph API" | ||
| 2 | SECTION = "x11/gnome" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" | ||
| 5 | |||
| 6 | DEPENDS = " \ | ||
| 7 | glib-2.0 \ | ||
| 8 | json-glib \ | ||
| 9 | rest \ | ||
| 10 | gnome-online-accounts \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit gnomebase gtk-doc gobject-introspection | ||
| 14 | |||
| 15 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" | ||
| 16 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" | ||
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which | ||
| 20 | # is not a standard path exactly | ||
| 21 | rm -rf ${D}${prefix}/doc | ||
| 22 | } | ||
