mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
Define QT_COMMERCIAL_GIT variable in layer.conf and use it in both LTS and commercial modules. Pick-to: 6.2 Change-Id: If9137331236faa8fb78c02f76629cdf17114d230 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
9 lines
240 B
C++
9 lines
240 B
C++
python() {
|
|
if d.getVar('QT_EDITION') != 'commercial':
|
|
raise bb.parse.SkipRecipe('Available only with Commercial Qt')
|
|
}
|
|
|
|
QT_GIT = "${QT_COMMERCIAL_GIT}"
|
|
QT_GIT_PROTOCOL = "${QT_COMMERCIAL_GIT_PROTOCOL}"
|
|
QT_MODULE = "tqtc-${BPN}"
|