]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libpcre: switch from ftp to https
authorMaxin B. John <maxin.john@intel.com>
Tue, 13 Jun 2017 14:29:47 +0000 (17:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 13:44:59 +0000 (14:44 +0100)
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libpcre/libpcre_8.40.bb

index 6396872d80c4ac4ed1f73bc36d22003e00a57d49..8563cd1f4ad89dc9389f6b9e215f717984cdb886 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d"
-SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \
+SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch \
            file://run-ptest \