From 239e292d020c6494fbd6101888f8bed139572598 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 17 Apr 2013 15:31:24 +0200 Subject: [PATCH] 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 --- recipes-qt/qt5/qt5-5.0.0.inc | 18 ++++++++++++++++++ recipes-qt/qt5/qtbase-native_5.0.0.bb | 9 +++++++++ recipes-qt/qt5/qtbase_5.0.0.bb | 7 +++++++ recipes-qt/qt5/qtdeclarative_5.0.0.bb | 7 +++++++ recipes-qt/qt5/qtjsbackend-native_5.0.0.bb | 7 +++++++ recipes-qt/qt5/qtjsbackend_5.0.0.bb | 7 +++++++ 6 files changed, 55 insertions(+) create mode 100644 recipes-qt/qt5/qt5-5.0.0.inc create mode 100644 recipes-qt/qt5/qtbase-native_5.0.0.bb create mode 100644 recipes-qt/qt5/qtbase_5.0.0.bb create mode 100644 recipes-qt/qt5/qtdeclarative_5.0.0.bb create mode 100644 recipes-qt/qt5/qtjsbackend-native_5.0.0.bb create mode 100644 recipes-qt/qt5/qtjsbackend_5.0.0.bb 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 0000000000..00b43f40bd --- /dev/null +++ b/recipes-qt/qt5/qt5-5.0.0.inc @@ -0,0 +1,18 @@ +# Copyright (C) 2012 O.S. Systems Software LTDA. + +QT_VERSION ?= "${PV}" + +# it's different for RC versions +QT_VERSION_DIR ?= "${QT_VERSION}" + +SRC_URI += " \ + http://releases.qt-project.org/qt5/${QT_VERSION_DIR}/submodules_tar/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ +" + +S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" + +LICENSE = "GFDL-1.3 & LGPLv2.1 | GPLv3" +LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=02356821480f1d3d534b21e0343265b5 \ + file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ + file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ + 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 0000000000..88c5ee1d64 --- /dev/null +++ b/recipes-qt/qt5/qtbase-native_5.0.0.bb @@ -0,0 +1,9 @@ +require ${PN}.inc +require qt5-${PV}.inc + +PR = "${INC_PR}.0" + +SRC_URI += "file://0001-Always-build-uic.patch" + +SRC_URI[md5sum] = "c29073bfc3cf6b39492a2481d982386e" +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 0000000000..d9c922d608 --- /dev/null +++ b/recipes-qt/qt5/qtbase_5.0.0.bb @@ -0,0 +1,7 @@ +require ${PN}.inc +require qt5-${PV}.inc + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "c29073bfc3cf6b39492a2481d982386e" +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 0000000000..fb37cb8760 --- /dev/null +++ b/recipes-qt/qt5/qtdeclarative_5.0.0.bb @@ -0,0 +1,7 @@ +require ${PN}.inc +require qt5-${PV}.inc + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "5373ebb2f78e27e14d0c2b3997599832" +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 0000000000..a6b77fd6b8 --- /dev/null +++ b/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb @@ -0,0 +1,7 @@ +require ${PN}.inc +require qt5-${PV}.inc + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" +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 0000000000..a6b77fd6b8 --- /dev/null +++ b/recipes-qt/qt5/qtjsbackend_5.0.0.bb @@ -0,0 +1,7 @@ +require ${PN}.inc +require qt5-${PV}.inc + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" +SRC_URI[sha256sum] = "277106c4bf9a79ffaa458fbf66844b34dbbec7165b3edf94f98c0922fc1c0f39"