| Message ID | 20260312081506.970978-2-changqing.li@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] webkitgtk: remove PACKAGECONFIG soup2 | expand |
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
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"
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(-)