aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-29 22:31:13 -0800
committerKhem Raj <raj.khem@gmail.com>2022-11-30 09:46:47 -0800
commit95bbffd666100433c1da12e43754b8b42c31b28d (patch)
tree97c1bdb9aa14e623e2a82d46ef904cfac86bd6dd /meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
parent1704413322565e94c72b4851096372e445cd5487 (diff)
downloadmeta-openembedded-contrib-95bbffd666100433c1da12e43754b8b42c31b28d.tar.gz
gfbgraph: Use rest 0.8.1
Drop the patch needed to use rest 1.0 API ( 0.9 onwards ) Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb')
-rw-r--r--meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb5
1 files changed, 3 insertions, 2 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
index f3b54e7d05..faeaa8ccb9 100644
--- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
+++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
DEPENDS = " \
glib-2.0 \
json-glib \
- rest \
+ librest \
+ libsoup-2.4 \
gnome-online-accounts \
"
@@ -15,7 +16,7 @@ inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
# for gnome-online-accounts
REQUIRED_DISTRO_FEATURES = "x11"
-SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
+#SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
do_install:append() {