diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-05-17 18:51:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-18 09:08:10 -0700 |
commit | 8b4082e9b6dcee577485c4c06c0fbc3fa485fa3d (patch) | |
tree | bb2c5c75e730b1c0433ef0e92ef64cc65545729f | |
parent | 19666a536e00d1fe030ee1140694729264dde223 (diff) | |
download | meta-openembedded-8b4082e9b6dcee577485c4c06c0fbc3fa485fa3d.tar.gz |
gfbgraph: remove recipe
The project was archived and uses deprecated libsoup-2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | 26 |
1 files changed, 0 insertions, 26 deletions
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 @@ | |||
1 | SUMMARY = "A GObject library for Facebook Graph API" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | glib-2.0 \ | ||
8 | json-glib \ | ||
9 | librest \ | ||
10 | libsoup-2.4 \ | ||
11 | gnome-online-accounts \ | ||
12 | " | ||
13 | GNOMEBASEBUILDCLASS = "autotools" | ||
14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check | ||
15 | |||
16 | # for gnome-online-accounts | ||
17 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | ||
18 | |||
19 | #SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" | ||
20 | SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3" | ||
21 | |||
22 | do_install:append() { | ||
23 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which | ||
24 | # is not a standard path exactly | ||
25 | rm -rf ${D}${prefix}/doc | ||
26 | } | ||