[OE-core] [PATCH] ethtool: fix 4.8 checksums

Jianxun Zhang jianxun.zhang at linux.intel.com
Thu Apr 6 22:58:38 UTC 2017


The mismatched checksums cause fatching failed in my setup.

Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
---
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




More information about the Openembedded-core mailing list