diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 15:31:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-26 00:05:07 +0200 |
commit | 239e292d020c6494fbd6101888f8bed139572598 (patch) | |
tree | 12f758621dffeb4b0a12be72f6047455c610bf50 | |
parent | fe65aed3393cf32efe6158c615e72aea407a4bc6 (diff) | |
download | meta-qt5-239e292d020c6494fbd6101888f8bed139572598.tar.gz |
qt5: restore 5.0.0 recipes
* there are some issues with 5.0.1 and qt-webkit, keep 5.0.0 available
until everybody is ready to upgrade to 5.0.2 or newer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-5.0.0.inc | 18 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase-native_5.0.0.bb | 9 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase_5.0.0.bb | 7 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_5.0.0.bb | 7 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native_5.0.0.bb | 7 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend_5.0.0.bb | 7 |
6 files changed, 55 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-5.0.0.inc b/recipes-qt/qt5/qt5-5.0.0.inc new file mode 100644 index 00000000..00b43f40 --- /dev/null +++ b/recipes-qt/qt5/qt5-5.0.0.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | ||
2 | |||
3 | QT_VERSION ?= "${PV}" | ||
4 | |||
5 | # it's different for RC versions | ||
6 | QT_VERSION_DIR ?= "${QT_VERSION}" | ||
7 | |||
8 | SRC_URI += " \ | ||
9 | http://releases.qt-project.org/qt5/${QT_VERSION_DIR}/submodules_tar/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ | ||
10 | " | ||
11 | |||
12 | S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" | ||
13 | |||
14 | LICENSE = "GFDL-1.3 & LGPLv2.1 | GPLv3" | ||
15 | LIC_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" | ||
diff --git a/recipes-qt/qt5/qtbase-native_5.0.0.bb b/recipes-qt/qt5/qtbase-native_5.0.0.bb new file mode 100644 index 00000000..88c5ee1d --- /dev/null +++ b/recipes-qt/qt5/qtbase-native_5.0.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | SRC_URI += "file://0001-Always-build-uic.patch" | ||
7 | |||
8 | SRC_URI[md5sum] = "c29073bfc3cf6b39492a2481d982386e" | ||
9 | SRC_URI[sha256sum] = "89bcde09b24e8139f9d1d957dcb07c5aada83d578c84279f66813f348243d500" | ||
diff --git a/recipes-qt/qt5/qtbase_5.0.0.bb b/recipes-qt/qt5/qtbase_5.0.0.bb new file mode 100644 index 00000000..d9c922d6 --- /dev/null +++ b/recipes-qt/qt5/qtbase_5.0.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | SRC_URI[md5sum] = "c29073bfc3cf6b39492a2481d982386e" | ||
7 | SRC_URI[sha256sum] = "89bcde09b24e8139f9d1d957dcb07c5aada83d578c84279f66813f348243d500" | ||
diff --git a/recipes-qt/qt5/qtdeclarative_5.0.0.bb b/recipes-qt/qt5/qtdeclarative_5.0.0.bb new file mode 100644 index 00000000..fb37cb87 --- /dev/null +++ b/recipes-qt/qt5/qtdeclarative_5.0.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | SRC_URI[md5sum] = "5373ebb2f78e27e14d0c2b3997599832" | ||
7 | SRC_URI[sha256sum] = "eb13966ecaa61baff53f19b03e97f0e7ca7103a25d89c7540f6e8d7d98bf59bd" | ||
diff --git a/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb b/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb new file mode 100644 index 00000000..a6b77fd6 --- /dev/null +++ b/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" | ||
7 | SRC_URI[sha256sum] = "277106c4bf9a79ffaa458fbf66844b34dbbec7165b3edf94f98c0922fc1c0f39" | ||
diff --git a/recipes-qt/qt5/qtjsbackend_5.0.0.bb b/recipes-qt/qt5/qtjsbackend_5.0.0.bb new file mode 100644 index 00000000..a6b77fd6 --- /dev/null +++ b/recipes-qt/qt5/qtjsbackend_5.0.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" | ||
7 | SRC_URI[sha256sum] = "277106c4bf9a79ffaa458fbf66844b34dbbec7165b3edf94f98c0922fc1c0f39" | ||