From b24838b8173c6853cdcbff6512a12557e479df86 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 3 Jan 2022 04:24:21 -1000 Subject: [PATCH] libpcre2: update SRC_URI Version 10.34 tarball is no longer available at current URL, use downloads.yoctoproject.org mirror instead Signed-off-by: Steve Sakoman --- meta/recipes-support/libpcre/libpcre2_10.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libpcre/libpcre2_10.34.bb b/meta/recipes-support/libpcre/libpcre2_10.34.bb index cbbb632f87..f2c36944d8 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.34.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.34.bb @@ -10,7 +10,7 @@ SECTION = "devel" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENCE;md5=b1588d3bb4cb0e1f5a597d908f8c5b37" -SRC_URI = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${PV}/pcre2-${PV}.tar.bz2 \ +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/pcre2-${PV}.tar.bz2 \ file://pcre-cross.patch \ " -- 2.40.1