diff mbox series

[meta-gnome,1/4] yelp: drop soup2 option

Message ID 20260330063145.94013-1-changqing.li@windriver.com
State New
Headers show
Series [meta-gnome,1/4] yelp: drop soup2 option | expand

Commit Message

Changqing Li March 30, 2026, 6:31 a.m. UTC
libsoup-2.4 is deprecated, and other recipes already stop support of
soup2, soup2 and soup3 cannot be used together, and the latest version
of yelp also drop option webkit2gtk-4-0

[1] https://gitlab.gnome.org/GNOME/yelp/-/commit/1b0ccdae25d0a788a2b44960db7273f2d1dacb4d

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index e1c9324940..4ebb5bb3b3 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -23,12 +23,6 @@  DEPENDS += " \
     webkitgtk3 \
     yelp-xsl \
 "
-PACKAGECONFIG_SOUP ?= "soup3"
-PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
-
-PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,,"
-PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
-
 
 do_configure:prepend() {
     export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool