]> code.ossystems Code Review - openembedded-core.git/commitdiff
guilt-native: Add SRC_URI Checksums
authorSaul Wold <sgw@linux.intel.com>
Tue, 4 Oct 2011 23:49:23 +0000 (16:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 21:58:08 +0000 (22:58 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/guilt/guilt-native_0.33.bb

index 7d0246e33727e001e14b415fb2b16ffd0cb48d4f..54b1b900e5aee71e10739f170401c9afa0ed8ed8 100644 (file)
@@ -3,8 +3,8 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
 
-PR = r0
 PV = "0.33"
+PR = r1
 
 inherit native
 
@@ -22,6 +22,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.
           file://guilt-bash.patch \
           file://optional_head_check.patch"
 
+SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09"
+SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9"
+
 # we don't compile, we just install
 do_compile() {
        :