diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 17:51:37 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-20 10:42:50 +0100 |
commit | 47fb26deddabe331514d54a5884bb319839d7de8 (patch) | |
tree | 46f02a46dd87c4b9433facf35455f2b5b0613a87 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 4060f68d52c91c6b0a9f3cbaaff602262f37bd1e (diff) | |
download | meta-qt5-47fb26deddabe331514d54a5884bb319839d7de8.tar.gz |
recipes: Use python3 during build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index e42cf491..30b283c3 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -79,7 +79,7 @@ COMPATIBLE_MACHINE_aarch64 = "(.*)" | |||
79 | 79 | ||
80 | inherit qmake5 | 80 | inherit qmake5 |
81 | inherit gettext | 81 | inherit gettext |
82 | inherit pythonnative | 82 | inherit python3native |
83 | inherit perlnative | 83 | inherit perlnative |
84 | inherit features_check | 84 | inherit features_check |
85 | 85 | ||