diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-03-02 14:39:52 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-03-03 10:01:14 +0200 |
commit | af6cd54ed2b6d8834dbf09570dbe42460bd78b92 (patch) | |
tree | cbb55ca0f320d53b82c69b1afe063b675a20147a /recipes-qt/qt5/qtwebview_git.bb | |
parent | 2da972e58650f5d44f2cfd4fc1ec4e4dc1d2cd48 (diff) | |
parent | f9a58d623762c5fd78bd6bc18d701a7aaa004567 (diff) | |
download | meta-qt5-af6cd54ed2b6d8834dbf09570dbe42460bd78b92.tar.gz |
Merge "Merge remote-tracking branch 'qt/upstream/master' into 5.14"
Diffstat (limited to 'recipes-qt/qt5/qtwebview_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebview_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebview_git.bb b/recipes-qt/qt5/qtwebview_git.bb index 560b71cf..6ce0bc2d 100644 --- a/recipes-qt/qt5/qtwebview_git.bb +++ b/recipes-qt/qt5/qtwebview_git.bb | |||
@@ -20,3 +20,8 @@ COMPATIBLE_MACHINE_armv7ve = "(.*)" | |||
20 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 20 | COMPATIBLE_MACHINE_aarch64 = "(.*)" |
21 | 21 | ||
22 | SRCREV = "ebf92b96ee6808f67e62449dc65b3757bf41d9d4" | 22 | SRCREV = "ebf92b96ee6808f67e62449dc65b3757bf41d9d4" |
23 | |||
24 | python() { | ||
25 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | ||
26 | raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') | ||
27 | } | ||