mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
recipes: Use python3 during build
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require python-pyqt5.inc
|
||||
|
||||
inherit pythonnative python-dir
|
||||
inherit python3native python3-dir
|
||||
|
||||
DEPENDS += "sip sip-native python"
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ COMPATIBLE_MACHINE_aarch64 = "(.*)"
|
||||
|
||||
inherit qmake5
|
||||
inherit gettext
|
||||
inherit pythonnative
|
||||
inherit python3native
|
||||
inherit perlnative
|
||||
inherit features_check
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI += "\
|
||||
file://0004-PlatformQt.cmake-Do-not-generate-hardcoded-include-p.patch \
|
||||
"
|
||||
|
||||
inherit cmake_qt5 perlnative pythonnative
|
||||
inherit cmake_qt5 perlnative python3native
|
||||
|
||||
# qemuarm build fails with:
|
||||
# | {standard input}: Assembler messages:
|
||||
|
||||
Reference in New Issue
Block a user