diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-06-13 17:29:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 14:53:57 +0100 |
commit | 0bc54908cb704eb4a6fc1e60453f55f099edfcf1 (patch) | |
tree | a06cf6ca34ec82f359e7db94d1c8444a5cf66049 /meta/recipes-support | |
parent | bb8ad58dd6493c8c59e22b22581ed495cb9dcc0e (diff) | |
download | poky-0bc54908cb704eb4a6fc1e60453f55f099edfcf1.tar.gz |
libpcre: switch from ftp to https
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425
(From OE-Core rev: 1127af1eddf2cb49b1fbef473a20ae9b446b8369)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.40.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.40.bb b/meta/recipes-support/libpcre/libpcre_8.40.bb index 6396872d80..8563cd1f4a 100644 --- a/meta/recipes-support/libpcre/libpcre_8.40.bb +++ b/meta/recipes-support/libpcre/libpcre_8.40.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.pcre.org" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d" |
10 | SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \ | 10 | SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ |
11 | file://pcre-cross.patch \ | 11 | file://pcre-cross.patch \ |
12 | file://fix-pcre-name-collision.patch \ | 12 | file://fix-pcre-name-collision.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |