diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-30 17:27:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:06 -0700 |
commit | 7596b0e56a45a4b8fd20cf9e33cad4032d3f29a5 (patch) | |
tree | 16a24d5314553bb83546f8b776a200e38d6b69c4 | |
parent | 2047e497501597f095b7652a3fc0adf2bd4c5bac (diff) | |
download | meta-openembedded-7596b0e56a45a4b8fd20cf9e33cad4032d3f29a5.tar.gz |
debootstrap: upgrade 1.0.138 -> 1.0.140
https://salsa.debian.org/installer-team/debootstrap/-/blob/1.0.140/debian/changelog
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb (renamed from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.138.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.138.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb index fb3ad7378f..468a6c13b6 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.138.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.140.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "\ | |||
11 | file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \ | 11 | file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "e8e8b72388b6e5ced65d1b5e69ce0b9e13f4813da0c328a52add57ee5f79430a" | 14 | SRC_URI[sha256sum] = "c95eb2aeb952b3fd09f4a07859115d40c4d04a8d551b3071b0a10fcd0db7ebc4" |
15 | 15 | ||
16 | S = "${WORKDIR}/debootstrap" | 16 | S = "${WORKDIR}/debootstrap" |
17 | 17 | ||