diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:34:03 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
| commit | 74bfa62f85433991f007ae1e029e76db05b3a380 (patch) | |
| tree | a5b2fa6065b7dc556ec44eecfb872a61cf12305a /meta/recipes-qt | |
| parent | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (diff) | |
| download | poky-74bfa62f85433991f007ae1e029e76db05b3a380.tar.gz | |
package_regex.inc: split entries which blacklist specific versions to their recipes
(From OE-Core rev: 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
| -rw-r--r-- | meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 3 | ||||
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.7.inc | 3 | ||||
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index 077008bb8b..54bf2a12a5 100644 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc +++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | |||
| @@ -18,6 +18,9 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever | |||
| 18 | file://g++.conf \ | 18 | file://g++.conf \ |
| 19 | file://linux.conf" | 19 | file://linux.conf" |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 22 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 23 | |||
| 21 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 24 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
| 22 | 25 | ||
| 23 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | 26 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ |
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7.inc b/meta/recipes-qt/qt4/qt4-4.8.7.inc index d71c68d411..3cf7c380ab 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.7.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.7.inc | |||
| @@ -35,6 +35,9 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever | |||
| 35 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | 35 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" |
| 36 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | 36 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" |
| 37 | 37 | ||
| 38 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 39 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 40 | |||
| 38 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 41 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
| 39 | 42 | ||
| 40 | # disable webkit for mips64 n32 temporarily that fails to compile, | 43 | # disable webkit for mips64 n32 temporarily that fails to compile, |
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 2a41f8ab29..58acac87ed 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc | |||
| @@ -19,6 +19,10 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever | |||
| 19 | file://g++.conf \ | 19 | file://g++.conf \ |
| 20 | file://linux.conf \ | 20 | file://linux.conf \ |
| 21 | " | 21 | " |
| 22 | |||
| 23 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 24 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 25 | |||
| 22 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 26 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
| 23 | 27 | ||
| 24 | EXTRA_OECONF = "-prefix ${prefix} \ | 28 | EXTRA_OECONF = "-prefix ${prefix} \ |
