diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/snes9x | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/snes9x')
-rw-r--r-- | recipes/snes9x/snes9x-sdl-qpe_1.39.bb | 3 | ||||
-rw-r--r-- | recipes/snes9x/snes9x-sdl_1.39.bb | 3 | ||||
-rw-r--r-- | recipes/snes9x/snes9x_1.43-WIP1.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/snes9x/snes9x-sdl-qpe_1.39.bb b/recipes/snes9x/snes9x-sdl-qpe_1.39.bb index 00e9fa0791..25acb416e0 100644 --- a/recipes/snes9x/snes9x-sdl-qpe_1.39.bb +++ b/recipes/snes9x/snes9x-sdl-qpe_1.39.bb @@ -27,3 +27,6 @@ do_install() { } FILES_${PN} = "${palmtopdir}/bin/snes9x" + +SRC_URI[md5sum] = "a7836a9b6eaae433079c1c9d19f2635a" +SRC_URI[sha256sum] = "489bb2f9fb69922e9befc27ae1b8d19d31c83c586f55b7ecc503cb4f5e767da4" diff --git a/recipes/snes9x/snes9x-sdl_1.39.bb b/recipes/snes9x/snes9x-sdl_1.39.bb index ea4eb44666..1390d0b03d 100644 --- a/recipes/snes9x/snes9x-sdl_1.39.bb +++ b/recipes/snes9x/snes9x-sdl_1.39.bb @@ -22,3 +22,6 @@ do_install() { } FILES_${PN} = "${bindir}/snes9x" + +SRC_URI[md5sum] = "a7836a9b6eaae433079c1c9d19f2635a" +SRC_URI[sha256sum] = "489bb2f9fb69922e9befc27ae1b8d19d31c83c586f55b7ecc503cb4f5e767da4" diff --git a/recipes/snes9x/snes9x_1.43-WIP1.bb b/recipes/snes9x/snes9x_1.43-WIP1.bb index df623e591c..07f68ddd3d 100644 --- a/recipes/snes9x/snes9x_1.43-WIP1.bb +++ b/recipes/snes9x/snes9x_1.43-WIP1.bb @@ -27,3 +27,6 @@ do_install() { install -d ${D}${bindir} install snes9x ${D}${bindir} } + +SRC_URI[md5sum] = "caa2ed89fdc643a18310d2a50db1e02c" +SRC_URI[sha256sum] = "bc14905c7a7967de59b70909c021d2439d9ec1c9bae835b70cdb786e59caa81c" |