From: Maxin B. John Date: Tue, 13 Jun 2017 14:29:47 +0000 (+0300) Subject: libpcre: switch from ftp to https X-Git-Tag: uninative-1.7~467 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1127af1eddf2cb49b1fbef473a20ae9b446b8369;p=openembedded-core.git libpcre: switch from ftp to https For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- 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" 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 \