diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-01 22:58:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-01 23:20:22 -0700 |
| commit | 34796ff654d7c6acd348a54664a167830e0e6ecd (patch) | |
| tree | f98145448d0f17428b078bb125b3d23000c7bcbe | |
| parent | 2db438f241b966ed8a0d26f52c2fc2fe395cdcc7 (diff) | |
| download | meta-openembedded-34796ff654d7c6acd348a54664a167830e0e6ecd.tar.gz | |
debootstrap: Use DEBIAN_MIRROR for SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb index 4d13aa66c8..592d997aad 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=1e68ced6e1689d4cd9dac75ff5225608" | 5 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=1e68ced6e1689d4cd9dac75ff5225608" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | http://http.debian.net/debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz \ | 8 | ${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz \ |
| 9 | file://0001-support-to-override-usr-sbin-and-usr-share.patch \ | 9 | file://0001-support-to-override-usr-sbin-and-usr-share.patch \ |
| 10 | file://0002-support-to-override-usr-bin-arch-test.patch \ | 10 | file://0002-support-to-override-usr-bin-arch-test.patch \ |
| 11 | file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \ | 11 | file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \ |
