mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
ca-certificates: correct the SRC_URI
The original tarball URL is no longer valid, as it has been moved to an archive location. This update points to the new location. (From OE-Core rev: 69090e41eb0a8b92e0684d391966f9627bfe5195) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
d78c6bb1d6
commit
6c48d4b799
@@ -15,7 +15,7 @@ DEPENDS:class-nativesdk = "openssl-native"
|
||||
PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
|
||||
|
||||
SRC_URI[sha256sum] = "dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03"
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \
|
||||
SRC_URI = "https://snapshot.debian.org/archive/debian/20241223T143500Z/pool/main/c/${BPN}/${BPN}_${PV}.tar.xz \
|
||||
file://0002-update-ca-certificates-use-SYSROOT.patch \
|
||||
file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \
|
||||
file://default-sysroot.patch \
|
||||
|
||||
Reference in New Issue
Block a user