diff options
Diffstat (limited to 'recipes-qt/qt5/qt5-5.0.1.inc')
| -rw-r--r-- | recipes-qt/qt5/qt5-5.0.1.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-5.0.1.inc b/recipes-qt/qt5/qt5-5.0.1.inc new file mode 100644 index 00000000..4bdfaeed --- /dev/null +++ b/recipes-qt/qt5/qt5-5.0.1.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | ||
| 2 | |||
| 3 | QT_VERSION ?= "${PV}" | ||
| 4 | |||
| 5 | SRC_URI += " \ | ||
| 6 | http://releases.qt-project.org/qt5/${QT_VERSION}/submodules_tar/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ | ||
| 7 | file://linux.conf \ | ||
| 8 | file://g++.conf \ | ||
| 9 | " | ||
| 10 | |||
| 11 | S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" | ||
| 12 | |||
| 13 | LICENSE = "GFDL-1.3 & LGPLv2.1 | GPLv3" | ||
| 14 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=02356821480f1d3d534b21e0343265b5 \ | ||
| 15 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 16 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
| 17 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
