aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2024-01-23 09:57:04 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2024-01-23 13:03:56 +0200
commit64cce2673cef05cf7b9906087d92210e31e0090d (patch)
tree18ed6f72bae30bb5eedcd0b23bb9c4044e49c26a
parent87e06d7d150b0639b5395a20c176eec0a13a460b (diff)
coin: remove webkit recipe from build
Fails with "Error: could not load cache". Remove from build until fix available upstream. Change-Id: Ie3754549d28f4cf1a85fa6f9593f50d1b78ba021 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--coin/module_config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 2d1137c6..7fee5b15 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -139,6 +139,7 @@ instructions:
# EXCLUDE FROM WORLD
rm -fv ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb
+ rm -fv ${SOURCE_DIR}/recipes-qt/qt5/qtwebkit_git.bb
# build only recipes found under recipes-qt
bitbake $(find ${SOURCE_DIR}/recipes-qt -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/')