From: Saul Wold Date: Tue, 21 Dec 2010 06:22:27 +0000 (-0800) Subject: patch: Fix SRC_URI[sha256] X-Git-Tag: 2011-1~3358 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d1a225cf4b119d9153c9bb71517f6af19f81736e;p=openembedded-core.git patch: Fix SRC_URI[sha256] Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/patch/patch_2.6.1.bb b/meta/recipes-devtools/patch/patch_2.6.1.bb index 8d07a7811c..39d6fc6c68 100644 --- a/meta/recipes-devtools/patch/patch_2.6.1.bb +++ b/meta/recipes-devtools/patch/patch_2.6.1.bb @@ -6,7 +6,7 @@ PR = "r0" SRC_URI += " file://global-reject-file.diff;patch=1 " SRC_URI[md5sum] = "d758eb96d3f75047efc004a720d33daf" -SRC_URI[sha256sum] = "ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a" +SRC_URI[sha256sum] = "d1563731e9cffed11cc5f011b2b8e074c325e86a383a91889b5c5b80b09781b9" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"