diff options
Diffstat (limited to 'recipes-qt/qt5/qt5-5.3.0.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-5.3.0.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-5.3.0.inc b/recipes-qt/qt5/qt5-5.3.0.inc new file mode 100644 index 00000000..21c1a226 --- /dev/null +++ b/recipes-qt/qt5/qt5-5.3.0.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | ||
2 | # Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com> | ||
3 | |||
4 | QT_VERSION ?= "${PV}" | ||
5 | |||
6 | # it's different for RC versions | ||
7 | QT_VERSION_DIR ?= "5.3" | ||
8 | |||
9 | SRC_URI += " \ | ||
10 | http://download.qt-project.org/official_releases/qt/${QT_VERSION_DIR}/${QT_VERSION}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ | ||
11 | " | ||
12 | |||
13 | S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" | ||
14 | |||
15 | LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0" | ||
16 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=2abca611d56c23eb99943bde21c80a0d \ | ||
17 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
18 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
19 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||