mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Use global variable for Qt version
Add a global variable that can be used whenever meta-qt6 layer is included in the build to identify the Qt version. Pick-to: 6.5 6.4 6.2 Change-Id: I3d40d151e0be9f9123d2bf7cbe34a44861e7b093 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
8c17fb058a
commit
a6f9d2499b
|
|
@ -44,6 +44,7 @@ QT_GIT_PROJECT ?= "qt"
|
|||
QT_GIT ?= "git://code.qt.io"
|
||||
QT_GIT_PROTOCOL ?= "git"
|
||||
QT_EDITION ?= "opensource"
|
||||
QT_VERSION = "6.6.0"
|
||||
|
||||
QT_COMMERCIAL_GIT ?= "git://codereview.qt-project.org"
|
||||
QT_COMMERCIAL_GIT_PROTOCOL ?= "ssh"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ CVE_PRODUCT = "qt"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "6.6.0"
|
||||
PV = "${QT_VERSION}"
|
||||
|
||||
SRCREV = "${SRCREV_${QT_MODULE}}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user