Skip to content

Commit

Permalink
webkit-dev-ci-tools: fix append operation
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet authored and psaavedra committed Dec 10, 2024
1 parent 8501a53 commit db2349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-browser/images/webkit-dev-ci-tools.bb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SDK_NATIVE_TOOLS = " \
nativesdk-wayland-dev \
"

TOOLCHAIN_HOST_TASK:append = "${SDK_NATIVE_TOOLS}"
TOOLCHAIN_HOST_TASK:append = " ${SDK_NATIVE_TOOLS}"
TOOLCHAIN_TARGET_TASK:append = " openjpeg-staticdev libjxl"
TOOLCHAIN_TARGET_TASK:remove = "target-sdk-provides-dummy"

Expand Down

0 comments on commit db2349a

Please sign in to comment.