From: Kai Kang <[email protected]> It fails to build webkitgtk with DEBUG_BUILD:
Source/bmalloc/libpas/src/libpas/pas_generic_large_free_heap.h:140:1: error: inlining failed in call to 'always_inline' 'pas_generic_large_free_heap_try_allocate_test_allocation_candidate': indirect function call with a yet undetermined callee | pas_generic_large_free_heap_try_allocate_test_allocation_candidate( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ So disable DEBUG_BUILD for it. Signed-off-by: Kai Kang <[email protected]> --- meta/recipes-sato/webkit/webkitgtk_2.38.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.38.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.38.6.bb index 5e8adf50fc..e6d817cb62 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.38.6.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.38.6.bb @@ -42,6 +42,9 @@ DEPENDS += " \ gettext-native \ " +# webkitgtk fails to build with DEBUG_BUILD enabled +DEBUG_BUILD = "0" + PACKAGECONFIG_SOUP ?= "soup3" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'webgl opengl', '', d)} \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184778): https://lists.openembedded.org/g/openembedded-core/message/184778 Mute This Topic: https://lists.openembedded.org/mt/100324919/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
