diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:49:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:44 +0100 |
commit | 541c7c862697bd75d0c0f00d2771dc86bfc92aaf (patch) | |
tree | 33f4e6957e487e89fc85549cc6c3b848511e677a | |
parent | eed0114234fa7f73bcd4411c70d1f88a87e768d7 (diff) | |
download | poky-541c7c862697bd75d0c0f00d2771dc86bfc92aaf.tar.gz |
guilt-native: Add SRC_URI Checksums
(From OE-Core rev: 77528ac80ab8f41075150f3dded147b0feece67a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/guilt/guilt-native_0.33.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb index 7d0246e337..54b1b900e5 100644 --- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb | |||
@@ -3,8 +3,8 @@ LICENSE = "GPLv2" | |||
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" |
5 | 5 | ||
6 | PR = r0 | ||
7 | PV = "0.33" | 6 | PV = "0.33" |
7 | PR = r1 | ||
8 | 8 | ||
9 | inherit native | 9 | inherit native |
10 | 10 | ||
@@ -22,6 +22,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar. | |||
22 | file://guilt-bash.patch \ | 22 | file://guilt-bash.patch \ |
23 | file://optional_head_check.patch" | 23 | file://optional_head_check.patch" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09" | ||
26 | SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9" | ||
27 | |||
25 | # we don't compile, we just install | 28 | # we don't compile, we just install |
26 | do_compile() { | 29 | do_compile() { |
27 | : | 30 | : |