]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre/libpcre2: correct SRC_URI
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 5 Nov 2021 08:48:12 +0000 (09:48 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 9 Nov 2021 01:35:30 +0000 (09:35 +0800)
http://ftp.pcre.org is down, take sources according to links on
http://www.pcre.org

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 81ba0ba3e8d9c08b8dc69c24fb1d91446739229b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-support/libpcre/libpcre2_10.37.bb
meta/recipes-support/libpcre/libpcre_8.45.bb

index e0ead59da68e98c1ef9798828131720289c97381..ccedf688d76905fc9adfd94db0d5297c9c623c59 100644 (file)
@@ -10,7 +10,9 @@ SECTION = "devel"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=6b3022283c9a79238d521848ea9dcb4d"
 
-SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2"
+SRC_URI = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
+
+UPSTREAM_CHECK_URI = "https://github.com/PhilipHazel/pcre2/releases"
 
 SRC_URI[sha256sum] = "4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270"
 
index 76b20f5f088b6603174d4bfc49f2a0dd30858a6d..46fedbae489611f7f2eb9adb3e818a529228846f 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=b5d5d1a69a24ea2718263f1ff85a1c58"
-SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
            file://run-ptest \
            file://Makefile \
            "