mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
webkitgtk: fix erroneous use of unsuported DEBUG_LEVELFLAG variable
The version bump to 2.44.3 mistakenly changed the recipe to use DEBUG_LEVELFLAG, which is unsupported in scarthgap. Restore the original use of DEBUG_FLAGS (From OE-Core rev: ba0d06f3004bb59368f796e4501a574b4575cad4) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -93,7 +93,7 @@ EXTRA_OECMAKE = " \
|
|||||||
|
|
||||||
# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
|
# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
|
||||||
# debug symbols (4.3GB to 700M at time of writing)
|
# debug symbols (4.3GB to 700M at time of writing)
|
||||||
DEBUG_LEVELFLAG = "-g1"
|
DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
|
||||||
|
|
||||||
# Javascript JIT is not supported on ARC
|
# Javascript JIT is not supported on ARC
|
||||||
EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
|
EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
|
||||||
|
|||||||
Reference in New Issue
Block a user