From: Tom Rini Date: Wed, 18 Aug 2010 18:59:24 +0000 (-0700) Subject: dt: Update checksums X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd0324047be989c1b000c5fa97a9c231bde75e2;p=openembedded.git dt: Update checksums Upstream confirmed to me that they just overwrote the old one and didn't change version (but did make some actual code changes) and in the future just might put a version string on the archive. Signed-off-by: Tom Rini --- diff --git a/recipes/dt/dt_15.14.bb b/recipes/dt/dt_15.14.bb index 39dc18534e..d2a79281d7 100644 --- a/recipes/dt/dt_15.14.bb +++ b/recipes/dt/dt_15.14.bb @@ -10,8 +10,5 @@ do_install() { install -m 0755 dt ${D}${bindir} } -SRC_URI[md5sum] = "5776233a2d301a50b314306538257a45" -SRC_URI[sha256sum] = "2f27fda643093e07161d128a9cc23cf30c0387f87cd911b904d84217f60a9a2a" -# CHECKSUMS.INI MISMATCH: I got this: -#SRC_URI[md5sum] = "fc3373e30868698b90f02cc5fab9aabd" -#SRC_URI[sha256sum] = "6a213b8da2b8907c4f1633c3b90229085ac239e4d43aa5879b0123c21f951cab" +SRC_URI[md5sum] = "fc3373e30868698b90f02cc5fab9aabd" +SRC_URI[sha256sum] = "6a213b8da2b8907c4f1633c3b90229085ac239e4d43aa5879b0123c21f951cab"