diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/phalanx | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/phalanx')
-rw-r--r-- | recipes/phalanx/phalanx_22.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/phalanx/phalanx_22.bb b/recipes/phalanx/phalanx_22.bb index a59a696809..d368b0736a 100644 --- a/recipes/phalanx/phalanx_22.bb +++ b/recipes/phalanx/phalanx_22.bb @@ -25,3 +25,6 @@ do_install() { FILES_${PN} = "${palmtopdir}/chess" FILES_${PN}-dbg += "${palmtopdir}/chess/engines/Phalanx/.debug" + +SRC_URI[md5sum] = "e4e6155530a23ea0ea4ca59f8c5fda8c" +SRC_URI[sha256sum] = "e86a0a81ce1b989a4d06e0c07d64e1fcbba2456fa8e22ae24f333f186f3fc663" |