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/frotz/frotz_2.42.bb | |
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/frotz/frotz_2.42.bb')
-rw-r--r-- | recipes/frotz/frotz_2.42.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/frotz/frotz_2.42.bb b/recipes/frotz/frotz_2.42.bb index 8daa6c514e..2da4e40135 100644 --- a/recipes/frotz/frotz_2.42.bb +++ b/recipes/frotz/frotz_2.42.bb @@ -22,3 +22,6 @@ do_compile() { do_install() { oe_runmake PREFIX=${D}${prefix} MAN_PREFIX=${D}${mandir} install } + +SRC_URI[md5sum] = "a1cf81b39f749ea96e4585238ffc1b3f" +SRC_URI[sha256sum] = "cbdd2b2911aaf57a3efa6e12d4b45036b80efbb3ede30e88118fc528d90a4768" |