aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/rest
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-06 10:28:33 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:56:02 -0800
commit125191d332285967a3892937abe8f6943bbcfed3 (patch)
tree65f0fbba0cf7fb703ad33da076423278b30b0fe7 /meta-gnome/recipes-gnome/rest
parent1b4ce73a49509e82ad711d7a617588ca628daa0b (diff)
downloadmeta-openembedded-contrib-125191d332285967a3892937abe8f6943bbcfed3.tar.gz
rest: Upgrade 0.9.0 -> 0.9.1
- add missing dependencies - drop soup2 support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/rest')
-rw-r--r--meta-gnome/recipes-gnome/rest/rest_0.9.1.bb (renamed from meta-gnome/recipes-gnome/rest/rest_0.9.0.bb)11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.9.0.bb b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb
index 2256a1899e..375417d5f7 100644
--- a/meta-gnome/recipes-gnome/rest/rest_0.9.0.bb
+++ b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb
@@ -10,16 +10,13 @@ DEPENDS = " \
gi-docgen-native \
glib-2.0 \
glib-2.0-native \
+ gtksourceview5 \
json-glib \
+ libadwaita \
+ libsoup-3.0 \
libxml2-native \
"
inherit gnomebase gobject-introspection vala pkgconfig
-PACKAGECONFIG_SOUP ?= "soup3"
-PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
-
-PACKAGECONFIG[soup2] = "-Dsoup2=true,,libsoup-2.4"
-PACKAGECONFIG[soup3] = "-Dsoup2=false,,libsoup-3.0"
-
-SRC_URI[archive.sha256sum] = "85b2bc9341128139539b53ee53f0533310bc96392fd645863a040410b81ebe66"
+SRC_URI[archive.sha256sum] = "9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3"