From c83a9178c8f494a22aac6f4b50c2604d6dcb98bb Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 30 Apr 2021 02:37:35 +0800 Subject: [PATCH] debootstrap: upgrade 1.0.123 -> 1.0.124 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../{debootstrap_1.0.123.bb => debootstrap_1.0.124.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.123.bb => debootstrap_1.0.124.bb} (82%) diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb similarity index 82% rename from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb rename to meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb index c7e28534d1..300c98f91b 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb @@ -10,8 +10,8 @@ SRC_URI = "\ file://0002-support-to-override-usr-bin-arch-test.patch \ " -SRC_URI[md5sum] = "b959c7ac01839e9b96a733d27b19e59e" -SRC_URI[sha256sum] = "5e5a8147ecdd6be0eea5ac4d6ed8192cc653e93f744dd3306c9b1cc51d6ca328" +SRC_URI[md5sum] = "8a5e97f60236c3a63f715c056a5f0e29" +SRC_URI[sha256sum] = "7700e9864b29f166b26c54153ed8c275b46f4b9a60468bb607e019a64c16cd8f" S = "${WORKDIR}/debootstrap"