From ce3c1c0942d50953704d8d866f93a3d2d49c3091 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 7 Dec 2015 13:37:17 +0000 Subject: 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 --- meta/recipes-support/libpcre/libpcre_8.38.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libpcre/libpcre_8.38.bb b/meta/recipes-support/libpcre/libpcre_8.38.bb index 64bae5708a..4f31f8c4c8 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" -- cgit 1.2.3-korg