mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 13:11:55 +02:00
Revert "recipes: Use python3 during build"
This reverts commit 47fb26dedd.
Neither of these actually builds with python3, it's good fix to
start parsing the layer again, but better to just skip them when
meta-python2 isn't available until real fix is available.
qtwebkit might not get the support for python3 at all
qtwebengine I have some changes for the initial build, but there
are many more needed as shown in upstream chromium:
https://bugs.chromium.org/p/chromium/issues/detail?id=942720
https://bugs.chromium.org/p/chromium/issues/list?q=label%3AProj-Python3Migration&can=2
python-pyqt5 is already blacklisted because of sip
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
require python-pyqt5.inc
|
require python-pyqt5.inc
|
||||||
|
|
||||||
inherit python3native python3-dir
|
inherit pythonnative python-dir
|
||||||
|
|
||||||
DEPENDS += "sip sip-native python"
|
DEPENDS += "sip sip-native python"
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ COMPATIBLE_MACHINE_aarch64 = "(.*)"
|
|||||||
|
|
||||||
inherit qmake5
|
inherit qmake5
|
||||||
inherit gettext
|
inherit gettext
|
||||||
inherit python3native
|
inherit pythonnative
|
||||||
inherit perlnative
|
inherit perlnative
|
||||||
inherit features_check
|
inherit features_check
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ SRC_URI += "\
|
|||||||
file://0004-PlatformQt.cmake-Do-not-generate-hardcoded-include-p.patch \
|
file://0004-PlatformQt.cmake-Do-not-generate-hardcoded-include-p.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cmake_qt5 perlnative python3native
|
inherit cmake_qt5 perlnative pythonnative
|
||||||
|
|
||||||
# qemuarm build fails with:
|
# qemuarm build fails with:
|
||||||
# | {standard input}: Assembler messages:
|
# | {standard input}: Assembler messages:
|
||||||
|
|||||||
Reference in New Issue
Block a user