summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-5.0.0.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 11:48:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 15:25:25 +0200
commitf8b065ea1174dd1fa7d93359f6826bfc9d23174c (patch)
tree2da2a4be9b5aff64e54a818a19a8939266eed05f /recipes-qt/qt5/qt5-5.0.0.inc
parentf52b59a5cc9ddfb0ede39194e284c858bfd0cbd8 (diff)
downloadmeta-qt5-f8b065ea1174dd1fa7d93359f6826bfc9d23174c.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-5.0.0.inc')
-rw-r--r--recipes-qt/qt5/qt5-5.0.0.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-qt/qt5/qt5-5.0.0.inc b/recipes-qt/qt5/qt5-5.0.0.inc
deleted file mode 100644
index 85811c0f..00000000
--- a/recipes-qt/qt5/qt5-5.0.0.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1# Copyright (C) 2012 O.S. Systems Software LTDA.
2
3QT_VERSION ?= "${PV}"
4
5# it's different for RC versions
6QT_VERSION_DIR ?= "${QT_VERSION}"
7
8SRC_URI += " \
9 http://releases.qt-project.org/qt5/${QT_VERSION_DIR}/submodules_tar/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \
10"
11
12S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"
13
14LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0"
15LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=02356821480f1d3d534b21e0343265b5 \
16 file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
17 file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
18 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e"