aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb')
-rw-r--r--meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 23b3bf63a5..0000000000
--- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "A GObject library for Facebook Graph API"
-SECTION = "x11/gnome"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
-
-DEPENDS = " \
- glib-2.0 \
- json-glib \
- rest \
- gnome-online-accounts \
-"
-
-inherit gnomebase gtk-doc gobject-introspection pkgconfig
-
-SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
-SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
-SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
-
-do_install:append() {
- # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
- # is not a standard path exactly
- rm -rf ${D}${prefix}/doc
-}