The md5sum and sha256sum of source archive present in the
recipe differs with actual md5sum and sha256sum of source archive
present in upstream
(https://github.com/flexiant/ocfs2-tools/archive/ocfs2-tools-1.4.3.zip),
this results in fetch error as below while building ocfs2-tools;

--snip --
ERROR: Fetcher failure for URL: 
'https://github.com/flexiant/ocfs2-tools/archive/ocfs2-tools-1.4.3.zip'. 
Checksum mismatch!
(snip)
SRC_URI[md5sum] = "299191b04ced0d5f71670c799314e684"
SRC_URI[sha256sum] = 
"6ccac6910f2b91f79326b06f02b8760de863ba881335757063100823b910a45f"
Otherwise you should retry the download and/or check with upstream to determine 
if the file has become corrupted or otherwise unexpectedly modified.
-- CUT --

Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com>
---
 meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb 
b/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb
index 1296fd6..a4407ce 100644
--- a/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb
+++ b/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb
@@ -20,8 +20,8 @@ SRC_URI = " \
     file://o2cb.service \
     file://ocfs2.service \
 "
-SRC_URI[md5sum] = "296f1242f4d00d188231d726d7a1d148"
-SRC_URI[sha256sum] = 
"a809f03c62e515a4c23e98c4b4c3f8150377af2cf44cd2a2ee56e175b0e4d0b3"
+SRC_URI[md5sum] = "299191b04ced0d5f71670c799314e684"
+SRC_URI[sha256sum] = 
"6ccac6910f2b91f79326b06f02b8760de863ba881335757063100823b910a45f"
 S = "${WORKDIR}/ocfs2-tools-ocfs2-tools-1.4.3"
 inherit autotools-brokensep pkgconfig
 DEPENDS = "corosync openais cluster-glue pacemaker libxml2 linux-libc-headers 
e2fsprogs"
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to