mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
* fixes: sip: QOpenGLFramebufferObject is undefined in default nodistro setup without opengl in DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
365 B
BlitzBasic
13 lines
365 B
BlitzBasic
require python-pyqt5.inc
|
|
|
|
inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative python-dir", "", d)}
|
|
|
|
python() {
|
|
if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
|
|
raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
|
|
}
|
|
|
|
DEPENDS += "sip sip-native python"
|
|
|
|
RDEPENDS_${PN} += "python-core python-sip"
|