]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre2: update SRC_URI
authorSteve Sakoman <steve@sakoman.com>
Mon, 3 Jan 2022 14:24:21 +0000 (04:24 -1000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 6 Jan 2022 14:27:01 +0000 (04:27 -1000)
Version 10.34 tarball is no longer available at current URL,
use downloads.yoctoproject.org mirror instead

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/libpcre/libpcre2_10.34.bb

index cbbb632f878d8d0cbe654d8cbc9308e183195ef1..f2c36944d8bb55c8b9195941956f0c16f865e441 100644 (file)
@@ -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 \
 "