diff mbox series

[meta-gnome,1/7] appstream-glib: update 0.7.18 -> 0.8.2

Message ID 20221129065643.82373-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/7] appstream-glib: update 0.7.18 -> 0.8.2 | expand

Commit Message

Markus Volk Nov. 29, 2022, 6:56 a.m. UTC
Code switched from using soup-2 to libcurl

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{appstream-glib_0.7.18.bb => appstream-glib_0.8.2.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-support/appstream-glib/{appstream-glib_0.7.18.bb => appstream-glib_0.8.2.bb} (89%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb
similarity index 89%
rename from meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
rename to meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb
index c56e9e3dd..efb85d77c 100644
--- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
+++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb
@@ -4,12 +4,12 @@  LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 DEPENDS = " \
+    curl \
     gperf-native \
     glib-2.0 \
     gtk+3 \
     libyaml \
     libarchive \
-    libsoup-2.4 \
     json-glib \
     gdk-pixbuf \
     freetype \
@@ -20,7 +20,7 @@  DEPENDS = " \
 inherit meson gobject-introspection gettext bash-completion pkgconfig manpages
 
 SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
+SRC_URI[sha256sum] = "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96"
 
 EXTRA_OEMESON = " \
     -Drpm=false \