diff --git a/conf/layer.conf b/conf/layer.conf index 2b04b07..4ac3c92 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -39,6 +39,7 @@ QT_GIT_PROJECT ?= "qt" QT_GIT ?= "git://code.qt.io" QT_GIT_PROTOCOL ?= "git" QT_EDITION ?= "opensource" +QT_VERSION = "6.2.8" QT_COMMERCIAL_GIT ?= "git://codereview.qt-project.org" QT_COMMERCIAL_GIT_PROTOCOL ?= "ssh" diff --git a/recipes-qt/qt6/qt6-git.inc b/recipes-qt/qt6/qt6-git.inc index d4270d3..9fa7b33 100644 --- a/recipes-qt/qt6/qt6-git.inc +++ b/recipes-qt/qt6/qt6-git.inc @@ -12,7 +12,7 @@ CVE_PRODUCT = "qt" S = "${WORKDIR}/git" -PV = "6.2.8" +PV = "${QT_VERSION}" SRCREV = "${SRCREV_${QT_MODULE}}"