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:09 +0000 |
commit | 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624 (patch) | |
tree | 26a02e4147f6dad936ea992325206e94c534e9d2 /meta/recipes-qt/qt4/qt4-native.inc | |
parent | 4c5899fa0b8258f2754e3080dae5535e3b248e91 (diff) | |
download | openembedded-core-1eb9e190ef3bb1170b3eaabd9f7900e7ce176624.tar.gz openembedded-core-1eb9e190ef3bb1170b3eaabd9f7900e7ce176624.tar.bz2 openembedded-core-1eb9e190ef3bb1170b3eaabd9f7900e7ce176624.zip |
package_regex.inc: split entries which blacklist specific versions to their recipes
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 file://g++.conf \ file://linux.conf \ " + +UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" +UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" + S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" EXTRA_OECONF = "-prefix ${prefix} \ |