From patchwork Sat Jun 4 17:38:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Revert "busybox_1.18.4.bb: Fix checksums of busybox-1.18.4-hush.patch" Date: Sat, 04 Jun 2011 17:38:46 -0000 From: Paul Menzel X-Patchwork-Id: 5385 Message-Id: <1307209126.4456.21.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org Cc: Eric BENARD Date: Sat, 4 Jun 2011 19:35:03 +0200 This reverts commit 688b8dc036f504ae1bdf1736bf211a0c62de03f8. commit 688b8dc036f504ae1bdf1736bf211a0c62de03f8 Author: Khem Raj Date: Fri Jun 3 11:38:12 2011 -0700 busybox_1.18.4.bb: Fix checksums of busybox-1.18.4-hush.patch Signed-off-by: Khem Raj The old checksums are the ones I get when downloading the patch. $ zless minimal-dev/work/armv7a-oe-linux-gnueabi/busybox-1.18.4-r43.2/temp/log.do_fetch NOTE: The checksums for 'busybox-1.18.4-hush.patch' did not match. Expected MD5: '91005640b4b434ab5029fa5a0349a33c' and Got: 'a81f2d7d3bdf1a35ab77c4414a530d38' Expected SHA256: 'e76da947c40784c9a0527c38b1e9edb615c80cfe911d28b9d8a5d67a492bf67c' and Got: 'c87e73ad942d53c8a2a5ffe6037c1cdf52d4b20d3f29caae5fffc7a99009b7cb' NOTE: Your checksums: SRC_URI[patch01.md5sum] = "a81f2d7d3bdf1a35ab77c4414a530d38" SRC_URI[patch01.sha256sum] = "c87e73ad942d53c8a2a5ffe6037c1cdf52d4b20d3f29caae5fffc7a99009b7cb" Signed-off-by: Paul Menzel CC: Khem Raj CC: Eric BENARD --- recipes/busybox/busybox_1.18.4.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/busybox/busybox_1.18.4.bb b/recipes/busybox/busybox_1.18.4.bb index b72510d..68a023a 100644 --- a/recipes/busybox/busybox_1.18.4.bb +++ b/recipes/busybox/busybox_1.18.4.bb @@ -7,5 +7,5 @@ PR = "${INC_PR}.2" SRC_URI[md5sum] = "b03c5b46ced732679e525a920a1a62f5" SRC_URI[sha256sum] = "4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa" -SRC_URI[patch01.md5sum] = "91005640b4b434ab5029fa5a0349a33c" -SRC_URI[patch01.sha256sum] = "e76da947c40784c9a0527c38b1e9edb615c80cfe911d28b9d8a5d67a492bf67c" +SRC_URI[patch01.md5sum] = "a81f2d7d3bdf1a35ab77c4414a530d38" +SRC_URI[patch01.sha256sum] = "c87e73ad942d53c8a2a5ffe6037c1cdf52d4b20d3f29caae5fffc7a99009b7cb"