The mismatched checksums cause fatching failed in my setup. Signed-off-by: Jianxun Zhang <[email protected]> --- I am not sure why I got this issue today, but it seems the upstream package has different checksums.
Maintainer could help to check if this is a false patch. meta/recipes-extended/ethtool/ethtool_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/ethtool/ethtool_4.8.bb b/meta/recipes-extended/ethtool/ethtool_4.8.bb index afaf2e2..ce3eaf3 100644 --- a/meta/recipes-extended/ethtool/ethtool_4.8.bb +++ b/meta/recipes-extended/ethtool/ethtool_4.8.bb @@ -11,8 +11,8 @@ SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/ethtool-${PV}.tar.g file://avoid_parallel_tests.patch \ " -SRC_URI[md5sum] = "28c4a4d85c33f573c49ff6d81ec094fd" -SRC_URI[sha256sum] = "1bd82ebe3d41de1b7b0d8f4fb18a8e8466fba934c952bc5c5002836ffa8bb606" +SRC_URI[md5sum] = "992eab97607c64b7848edfd37f23da22" +SRC_URI[sha256sum] = "c8ea20b8d85898377ec130066008f9241ebcdd95ac85dbcc2d50b32fe2e2f934" inherit autotools ptest RDEPENDS_${PN}-ptest += "make" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
