Message ID | 20250805063507.688338-1-jiaying.song.cn@windriver.com |
---|---|
State | New |
Headers | show |
Series | [walnascar] debootstrap: correct the SRC_URI | expand |
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 \