diff mbox series

[meta-oe,1/2] ostree: replace libsoup-2.4 by curl

Message ID 20221211015533.3748098-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/2] ostree: replace libsoup-2.4 by curl | expand

Commit Message

Markus Volk Dec. 11, 2022, 1:55 a.m. UTC
like it is done in fedora

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-extended/ostree/ostree_2022.5.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
index 1a0987361..c6ac7cbea 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
@@ -48,7 +48,7 @@  PACKAGECONFIG ??= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \
     glib \
     gpgme \
-    soup \
+    curl \
 "
 
 # We include soup because ostree can't (currently) be built without
@@ -57,14 +57,14 @@  PACKAGECONFIG:class-native ??= " \
     ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
     builtin-grub2-mkconfig \
     gpgme \
-    soup \
+    curl \
 "
 
 PACKAGECONFIG:class-nativesdk ??= " \
     ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
     builtin-grub2-mkconfig \
     gpgme \
-    soup \
+    curl \
 "
 
 PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"