]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
webkitgtk: fix do_configure error on beaglebone-yocto
authorChangqing Li <changqing.li@windriver.com>
Mon, 26 Aug 2024 08:51:48 +0000 (16:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2024 10:57:20 +0000 (11:57 +0100)
commit26a34fd71659e32e56ccc4f23e79aa62f4bc062d
treef693414d8ce733aa886bcc437d441d4346d2f97d
parent8109e87c32381bd2c8cacde213091dd0b381774c
webkitgtk: fix do_configure error on beaglebone-yocto

* According to latest comment [1] and the mentioned pull request
[2], build an ENABLE(WEBASSEMBLY) && !ENABLE(JIT) configuration is
supported, so original issue already fixed in current version, the
EXTRA_OECMAKE setting is not needed anymore.

* This EXTRA_OECMAKE setting causes following configure error on
beaglebone-yocto, remove the setting to let the configure process decide
the configuration:
CMake Error at Source/cmake/WebKitFeatures.cmake:312 (message):
  ENABLE_JIT conflicts with ENABLE_C_LOOP.  You must disable one or the
  other.

[YOCTO #15254]

[1] https://github.com/WebKit/WebKit/pull/17447
[2] https://github.com/WebKit/WebKit/pull/17688

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.44.3.bb