diff mbox series

[walnascar] debootstrap: correct the SRC_URI

Message ID 20250805063507.688338-1-jiaying.song.cn@windriver.com
State New
Headers show
Series [walnascar] debootstrap: correct the SRC_URI | expand

Commit Message

Song, Jiaying (CN) Aug. 5, 2025, 6:35 a.m. UTC
From: Jiaying Song <jiaying.song.cn@windriver.com>

The original tarball URL is no longer valid, as it has been moved to an
archive location. This update points to the new location.

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
---
 meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb
index 468a6c13b6..cc1ec63d73 100644
--- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb
@@ -5,7 +5,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7b45429ef05610abf91ac199fdb3a6e"
 
 SRC_URI  = "\
-    ${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz \
+    https://snapshot.debian.org/archive/debian/20250101T203853Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.gz \
     file://0001-support-to-override-usr-sbin-and-usr-share.patch \
     file://0002-support-to-override-usr-bin-arch-test.patch \
     file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \