public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2
@ 2026-03-12  8:15 Changqing Li
  2026-03-12  8:15 ` [PATCH 2/2] gstreamer1.0-plugins-good: " Changqing Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Changqing Li @ 2026-03-12  8:15 UTC (permalink / raw)
  To: openembedded-core

libsoup-2.4 already removed in commit [1], so remove the soup2
PACKAGECONFIG, which may causes depeneds on libsoup-2.4

[1] https://git.openembedded.org/openembedded-core/commit/?id=94ebc5b798aed6eea642c5e2a4df24b386520636
[2] https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.50.4.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
index a1b0a72612..9891a5216d 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
@@ -73,8 +73,7 @@ PACKAGECONFIG[openjpeg] = "-DUSE_OPENJPEG=ON,-DUSE_OPENJPEG=OFF,openjpeg"
 PACKAGECONFIG[systemd] = "-DUSE_SYSTEMD=ON,-DUSE_SYSTEMD=off,systemd"
 PACKAGECONFIG[reduce-size] = "-DCMAKE_BUILD_TYPE=MinSizeRel,-DCMAKE_BUILD_TYPE=Release,,"
 PACKAGECONFIG[lcms] = "-DUSE_LCMS=ON,-DUSE_LCMS=OFF,lcms"
-PACKAGECONFIG[soup2] = "-DUSE_SOUP2=ON,-DUSE_SOUP2=OFF,libsoup-2.4,,,soup3"
-PACKAGECONFIG[soup3] = ",,libsoup,,,soup2"
+PACKAGECONFIG[soup3] = ",,libsoup"
 PACKAGECONFIG[journald] = "-DENABLE_JOURNALD_LOG=ON,-DENABLE_JOURNALD_LOG=OFF,systemd"
 PACKAGECONFIG[avif] = "-DUSE_AVIF_LOG=ON,-DUSE_AVIF=OFF,libavif"
 PACKAGECONFIG[media-recorder] = "-DENABLE_MEDIA_RECORDER=ON,-DENABLE_MEDIA_RECORDER=OFF,gstreamer1.0-plugins-bad"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] gstreamer1.0-plugins-good: remove PACKAGECONFIG soup2
  2026-03-12  8:15 [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2 Changqing Li
@ 2026-03-12  8:15 ` Changqing Li
  2026-03-12  9:57   ` [OE-core] " Alexander Kanavin
  2026-03-12 10:01 ` [OE-core] [PATCH 1/2] webkitgtk: " Alexander Kanavin
  2026-03-12 13:25 ` Richard Purdie
  2 siblings, 1 reply; 5+ messages in thread
From: Changqing Li @ 2026-03-12  8:15 UTC (permalink / raw)
  To: openembedded-core

libsoup-2.4 already removed in commit [1], so remove the soup2
PACKAGECONFIG, which may causes depeneds on libsoup-2.4

[1] https://git.openembedded.org/openembedded-core/commit/?id=94ebc5b798aed6eea642c5e2a4df24b386520636

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../gstreamer/gstreamer1.0-plugins-good_1.26.9.bb              | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb
index d77e52d74e..7ff68e4cba 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb
@@ -55,8 +55,7 @@ PACKAGECONFIG[mpg123]     = "-Dmpg123=enabled,-Dmpg123=disabled,mpg123"
 PACKAGECONFIG[pulseaudio] = "-Dpulse=enabled,-Dpulse=disabled,pulseaudio"
 PACKAGECONFIG[qt5]        = "-Dqt5=enabled,-Dqt5=disabled,qtbase qtdeclarative qtbase-native qttools-native ${QT5WAYLANDDEPENDS}"
 PACKAGECONFIG[qt6]        = "-Dqt6=enabled,-Dqt6=disabled,qtbase qtdeclarative qtbase-native qttools-native ${QT6WAYLANDDEPENDS}"
-PACKAGECONFIG[soup2]      = "-Dsoup=enabled,,libsoup-2.4,,,soup3"
-PACKAGECONFIG[soup3]      = "-Dsoup=enabled,,libsoup,,,soup2"
+PACKAGECONFIG[soup3]      = "-Dsoup=enabled,,libsoup"
 PACKAGECONFIG[speex]      = "-Dspeex=enabled,-Dspeex=disabled,speex"
 PACKAGECONFIG[rpi]        = "-Drpicamsrc=enabled,-Drpicamsrc=disabled,userland"
 PACKAGECONFIG[taglib]     = "-Dtaglib=enabled,-Dtaglib=disabled,taglib"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: remove PACKAGECONFIG soup2
  2026-03-12  8:15 ` [PATCH 2/2] gstreamer1.0-plugins-good: " Changqing Li
@ 2026-03-12  9:57   ` Alexander Kanavin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2026-03-12  9:57 UTC (permalink / raw)
  To: changqing.li; +Cc: openembedded-core

On Thu, 12 Mar 2026 at 09:15, Changqing Li via lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
> -PACKAGECONFIG[soup2]      = "-Dsoup=enabled,,libsoup-2.4,,,soup3"
> -PACKAGECONFIG[soup3]      = "-Dsoup=enabled,,libsoup,,,soup2"
> +PACKAGECONFIG[soup3]      = "-Dsoup=enabled,,libsoup"

This should add a disabling option for determinism, as soup2 and soup3
are no longer in conflict with each other.

Alex


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2
  2026-03-12  8:15 [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2 Changqing Li
  2026-03-12  8:15 ` [PATCH 2/2] gstreamer1.0-plugins-good: " Changqing Li
@ 2026-03-12 10:01 ` Alexander Kanavin
  2026-03-12 13:25 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2026-03-12 10:01 UTC (permalink / raw)
  To: changqing.li; +Cc: openembedded-core

On Thu, 12 Mar 2026 at 09:15, Changqing Li via lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
> -PACKAGECONFIG[soup2] = "-DUSE_SOUP2=ON,-DUSE_SOUP2=OFF,libsoup-2.4,,,soup3"
> -PACKAGECONFIG[soup3] = ",,libsoup,,,soup2"
> +PACKAGECONFIG[soup3] = ",,libsoup"

If soup2 option is removed, then libsoup dependency isn't optional
anymore, and should just be added to DEPENDS, and both options
removed.

Alex


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2
  2026-03-12  8:15 [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2 Changqing Li
  2026-03-12  8:15 ` [PATCH 2/2] gstreamer1.0-plugins-good: " Changqing Li
  2026-03-12 10:01 ` [OE-core] [PATCH 1/2] webkitgtk: " Alexander Kanavin
@ 2026-03-12 13:25 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2026-03-12 13:25 UTC (permalink / raw)
  To: changqing.li, openembedded-core

On Thu, 2026-03-12 at 16:15 +0800, Changqing Li via lists.openembedded.org wrote:
> libsoup-2.4 already removed in commit [1], so remove the soup2
> PACKAGECONFIG, which may causes depeneds on libsoup-2.4
> 
> [1] https://git.openembedded.org/openembedded-core/commit/?id=94ebc5b798aed6eea642c5e2a4df24b386520636
> [2] https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html
> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  meta/recipes-sato/webkit/webkitgtk_2.50.4.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
> index a1b0a72612..9891a5216d 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.50.4.bb
> @@ -73,8 +73,7 @@ PACKAGECONFIG[openjpeg] = "-DUSE_OPENJPEG=ON,-DUSE_OPENJPEG=OFF,openjpeg"
>  PACKAGECONFIG[systemd] = "-DUSE_SYSTEMD=ON,-DUSE_SYSTEMD=off,systemd"
>  PACKAGECONFIG[reduce-size] = "-DCMAKE_BUILD_TYPE=MinSizeRel,-DCMAKE_BUILD_TYPE=Release,,"
>  PACKAGECONFIG[lcms] = "-DUSE_LCMS=ON,-DUSE_LCMS=OFF,lcms"
> -PACKAGECONFIG[soup2] = "-DUSE_SOUP2=ON,-DUSE_SOUP2=OFF,libsoup-2.4,,,soup3"
> -PACKAGECONFIG[soup3] = ",,libsoup,,,soup2"
> +PACKAGECONFIG[soup3] = ",,libsoup"
>  PACKAGECONFIG[journald] = "-DENABLE_JOURNALD_LOG=ON,-DENABLE_JOURNALD_LOG=OFF,systemd"
>  PACKAGECONFIG[avif] = "-DUSE_AVIF_LOG=ON,-DUSE_AVIF=OFF,libavif"
>  PACKAGECONFIG[media-recorder] = "-DENABLE_MEDIA_RECORDER=ON,-DENABLE_MEDIA_RECORDER=OFF,gstreamer1.0-plugins-bad"

If you want to do that, you need to put -DUSE_SOUP2=OFF somewhere else
to ensure it stays turned off.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-12 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12  8:15 [PATCH 1/2] webkitgtk: remove PACKAGECONFIG soup2 Changqing Li
2026-03-12  8:15 ` [PATCH 2/2] gstreamer1.0-plugins-good: " Changqing Li
2026-03-12  9:57   ` [OE-core] " Alexander Kanavin
2026-03-12 10:01 ` [OE-core] [PATCH 1/2] webkitgtk: " Alexander Kanavin
2026-03-12 13:25 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox