mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
Blacklist py2 version, it does not build and py2 is on its way out in Jan 2020 anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
238 B
BlitzBasic
10 lines
238 B
BlitzBasic
require python-pyqt5.inc
|
|
|
|
inherit pythonnative python-dir
|
|
|
|
DEPENDS += "sip sip-native python"
|
|
|
|
RDEPENDS_${PN} += "python-core python-sip"
|
|
|
|
PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined"
|