mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
yelp: drop soup2 option
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user