From: Ross Burton Date: Mon, 7 Dec 2015 13:37:17 +0000 (+0000) Subject: libpcre: drop UPSTREAM_CHECK_ variables X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3c1c0942d50953704d8d866f93a3d2d49c3091;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpcre: drop UPSTREAM_CHECK_ variables Now the SRC_URI is the canonical FTP server, the update-detection logic works automatically. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libpcre/libpcre_8.38.bb b/meta/recipes-support/libpcre/libpcre_8.38.bb index 64bae5708a1..4f31f8c4c84 100644 --- a/meta/recipes-support/libpcre/libpcre_8.38.bb +++ b/meta/recipes-support/libpcre/libpcre_8.38.bb @@ -17,9 +17,6 @@ SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar. SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2" SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df" -UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcre/files/pcre/" -UPSTREAM_CHECK_REGEX = "/pcre/(?P(\d+[\.\-_]*)+)/" - S = "${WORKDIR}/pcre-${PV}" PROVIDES += "pcre"