From f8b065ea1174dd1fa7d93359f6826bfc9d23174c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 28 May 2013 11:48:09 +0200 Subject: qt5: drop 5.0.0 and 5.0.1 versions * maintaining 4 different versions requires a lot more testing of changes in .inc files and we have only one version of modules without release (only one _git.bb) and it's impossible to find SRCREV which would be compatible with all 4 versions. * 0005-AddSynchoronization-qimagereader.patch was already backported to 5.0.2 in upstream * 0001-Flickable-Fix-bug-when-flicking-twice-using-touches.patch was already applied in 5.0.2 * 5.0.2 is now default version (based on DEFAULT_PREFERENCE and in qt5-versions.inc Signed-off-by: Martin Jansa --- conf/distro/include/qt5-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/distro/include/qt5-versions.inc') diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index 63e1abee..01a5a25a 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc @@ -1,7 +1,7 @@ # Select which version you prefer by defining QT5_VERSION and including this file -# possible values now "5.0.0", "5.0.1", "5.0.2", "5.0.2+git%" +# possible values now "5.0.2", "5.0.2+git%" -QT5_VERSION ?= "5.0.1" +QT5_VERSION ?= "5.0.2" PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" PREFERRED_VERSION_qtbase = "${QT5_VERSION}" -- cgit v1.2.3-54-g00ecf