From 74bfa62f85433991f007ae1e029e76db05b3a380 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 16:34:03 +0200 Subject: package_regex.inc: split entries which blacklist specific versions to their recipes (From OE-Core rev: 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-qt/qt4/nativesdk-qt4-tools.inc') 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 file://g++.conf \ file://linux.conf" +UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" + S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ -- cgit v1.2.3-54-g00ecf