diff mbox series

[meta-gnome,2/2] gfbgraph: remove recipe

Message ID 20250517165117.11649-2-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/2] librest: remove recipe | expand

Commit Message

Markus Volk May 17, 2025, 4:51 p.m. UTC
The project was archived and uses deprecated libsoup-2

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb  | 26 -------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
deleted file mode 100644
index 9b1a02bb09..0000000000
--- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
+++ /dev/null
@@ -1,26 +0,0 @@ 
-SUMMARY = "A GObject library for Facebook Graph API"
-SECTION = "x11/gnome"
-LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
-
-DEPENDS = " \
-    glib-2.0 \
-    json-glib \
-    librest \
-    libsoup-2.4 \
-    gnome-online-accounts \
-"
-GNOMEBASEBUILDCLASS = "autotools"
-inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
-
-# for gnome-online-accounts
-REQUIRED_DISTRO_FEATURES = "x11 opengl"
-
-#SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
-SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
-
-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
-}