]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libpcre: drop UPSTREAM_CHECK_ variables
authorRoss Burton <ross.burton@intel.com>
Mon, 7 Dec 2015 13:37:17 +0000 (13:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Dec 2015 10:20:10 +0000 (10:20 +0000)
Now the SRC_URI is the canonical FTP server, the update-detection logic works
automatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libpcre/libpcre_8.38.bb

index 64bae5708a17352d57d1ee100ab9252e666680b2..4f31f8c4c8447235a5f325e54f410d328414b14f 100644 (file)
@@ -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<pver>(\d+[\.\-_]*)+)/"
-
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES += "pcre"