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/gpe-tetris | |
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/gpe-tetris')
-rw-r--r-- | recipes/gpe-tetris/gpe-tetris_0.6-2.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-tetris/gpe-tetris_0.6-4.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gpe-tetris/gpe-tetris_0.6-2.bb b/recipes/gpe-tetris/gpe-tetris_0.6-2.bb index 70b1e7999a..b0187d195d 100644 --- a/recipes/gpe-tetris/gpe-tetris_0.6-2.bb +++ b/recipes/gpe-tetris/gpe-tetris_0.6-2.bb @@ -7,3 +7,6 @@ SECTION = "gpe" PRIORITY = "optional" SRC_URI += "file://fix-makefiles.patch;patch=1" + +SRC_URI[md5sum] = "5c80c48fb82b88955214786843561e78" +SRC_URI[sha256sum] = "592d66d654f8f9ffce6c811ae740e076e4be43c25f16c9945bacaa8eea1060c7" diff --git a/recipes/gpe-tetris/gpe-tetris_0.6-4.bb b/recipes/gpe-tetris/gpe-tetris_0.6-4.bb index aa33b1fa6c..b95da9c200 100644 --- a/recipes/gpe-tetris/gpe-tetris_0.6-4.bb +++ b/recipes/gpe-tetris/gpe-tetris_0.6-4.bb @@ -9,3 +9,6 @@ SECTION = "gpe" PRIORITY = "optional" SRC_URI += "file://fix-install.patch;patch=1" + +SRC_URI[md5sum] = "cd15add33be3857018eef8b57fc262a9" +SRC_URI[sha256sum] = "f43b452ac845b7406fe6b6d7aa9ca64fad731142cd9912e79f03fc5c6b8c10ad" |