diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-05 18:17:59 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-06 14:22:48 +0000 |
commit | b43202601707237a2d262e6dd23e9edcf0aaebf6 (patch) | |
tree | 88232024b2d2e1afaf3bf58817c2f0911dd5418e /meta | |
parent | 0a7a8597be05c8def8af58eecab49d963dc9d757 (diff) | |
download | openembedded-core-b43202601707237a2d262e6dd23e9edcf0aaebf6.tar.gz openembedded-core-b43202601707237a2d262e6dd23e9edcf0aaebf6.tar.bz2 openembedded-core-b43202601707237a2d262e6dd23e9edcf0aaebf6.zip |
puzzles: set SRC_URI checksums
In order to set missing checksums as an error we need to ensure
all appropriate recipes have a checksum value set.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r9306.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9306.bb b/meta/recipes-sato/puzzles/puzzles_r9306.bb index d9b8e3e405..14b0461bce 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9306.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9306.bb @@ -8,12 +8,12 @@ MOD_PV = "${@d.getVar('PV',1)[1:]}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" -SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" - # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now -#SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c" -#SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" +SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" +SRC_URI[md5sum] = "fd1b05c0e0cfb752c6136ce2e4562416" +SRC_URI[sha256sum] = "512aa26a0d11867a815030449bb903861f75512725886a70eece387bd8240ddd" + S = "${WORKDIR}/${BPN}-${PV}" |