diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-04-16 08:18:42 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-04-16 10:09:03 +0300 |
commit | 7a92b555e97bd8e24b8ffb143ba62628b2d6c58e (patch) | |
tree | 49a11e9d9204a6486d4c084b651abacb1d389a25 | |
parent | 34f4b7b004eb6fa46282fff5d8c8026caf64740b (diff) | |
download | meta-qt5-7a92b555e97bd8e24b8ffb143ba62628b2d6c58e.tar.gz |
coin: remove webkit exclude
webkit was updated and builds now
Change-Id: I6939f3a53fdb7c59ad282c70e29a422aab991978
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | coin/module_config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index d75eba32..9b08b179 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml | |||
@@ -163,7 +163,6 @@ build_instructions: | |||
163 | 163 | ||
164 | # EXCLUDE_FROM_WORLD | 164 | # EXCLUDE_FROM_WORLD |
165 | rm -f ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb | 165 | rm -f ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb |
166 | rm -r ${SOURCE_DIR}/recipes-qt/qt5/qtwebkit_git.bb | ||
167 | 166 | ||
168 | bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/') | 167 | bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/') |
169 | filename: "{{.BuildDir}}/start-build" | 168 | filename: "{{.BuildDir}}/start-build" |