diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-07 13:37:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:53 +0000 |
commit | 286139973b885056aed4bbea4ffc5927a8cccee8 (patch) | |
tree | 01146c2e13e62000ff2f7ba2475d5b151c0617f5 /meta | |
parent | 35c28e33f9b9c7f5b558ab951bbacb23878e3330 (diff) | |
download | poky-286139973b885056aed4bbea4ffc5927a8cccee8.tar.gz |
libpcre: drop UPSTREAM_CHECK_ variables
Now the SRC_URI is the canonical FTP server, the update-detection logic works
automatically.
(From OE-Core rev: ce3c1c0942d50953704d8d866f93a3d2d49c3091)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.38.bb | 3 |
1 files changed, 0 insertions, 3 deletions
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. | |||
17 | SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2" | 17 | SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2" |
18 | SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df" | 18 | SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcre/files/pcre/" | ||
21 | UPSTREAM_CHECK_REGEX = "/pcre/(?P<pver>(\d+[\.\-_]*)+)/" | ||
22 | |||
23 | S = "${WORKDIR}/pcre-${PV}" | 20 | S = "${WORKDIR}/pcre-${PV}" |
24 | 21 | ||
25 | PROVIDES += "pcre" | 22 | PROVIDES += "pcre" |