From f30d21f11c6f975d38458f6b7abdb5f139a3cd93 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 26 Aug 2024 16:51:48 +0800 Subject: [PATCH] src/poky: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 (From OE-Core rev: 26a34fd71659e32e56ccc4f23e79aa62f4bc062d) Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index c852c1679e..e91fe496fe 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit c852c1679efb95e0a6e422d515a06772df55f6cc +Subproject commit e91fe496fe2a6dd5ba87b8599e763322fa8d1b4e