diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-10 07:42:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-09 20:57:14 -0800 |
commit | 03647ab5407db1098de54eb1f8ae872314d680fb (patch) | |
tree | 5513e3484b21b8a7abd7b8ca323f8bc576f1abf6 | |
parent | b57d824fdf822a4c3fdb153b92063f88705e3a6b (diff) | |
download | meta-openembedded-03647ab5407db1098de54eb1f8ae872314d680fb.tar.gz |
debootstrap: upgrade 1.0.124 -> 1.0.126
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb (renamed from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb index 4fc59adfbe..38b015c401 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb | |||
@@ -11,8 +11,7 @@ SRC_URI = "\ | |||
11 | file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \ | 11 | file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "8a5e97f60236c3a63f715c056a5f0e29" | 14 | SRC_URI[sha256sum] = "bc48e1c500c33bed50bd00d201f338d3c92d6c0dcb1f202c3bc00ef01f96c618" |
15 | SRC_URI[sha256sum] = "7700e9864b29f166b26c54153ed8c275b46f4b9a60468bb607e019a64c16cd8f" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/debootstrap" | 16 | S = "${WORKDIR}/debootstrap" |
18 | 17 | ||