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/gnuchess | |
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/gnuchess')
-rw-r--r-- | recipes/gnuchess/fltk-chess_0.5.bb | 3 | ||||
-rw-r--r-- | recipes/gnuchess/fltk-chess_0.51.bb | 3 | ||||
-rw-r--r-- | recipes/gnuchess/gnuchess_5.021.bb | 3 | ||||
-rw-r--r-- | recipes/gnuchess/gnuchess_5.05.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnuchess/fltk-chess_0.5.bb b/recipes/gnuchess/fltk-chess_0.5.bb index fae7411329..b21b2c6017 100644 --- a/recipes/gnuchess/fltk-chess_0.5.bb +++ b/recipes/gnuchess/fltk-chess_0.5.bb @@ -31,3 +31,6 @@ do_install() { } + +SRC_URI[md5sum] = "ee34788a2dc9fdc088a6dc66c31eba34" +SRC_URI[sha256sum] = "c789b355d0ba03b018513c3904bba6d6fab01b3a83a460fbe1b20a79052f46a4" diff --git a/recipes/gnuchess/fltk-chess_0.51.bb b/recipes/gnuchess/fltk-chess_0.51.bb index 512e260008..8702f7c600 100644 --- a/recipes/gnuchess/fltk-chess_0.51.bb +++ b/recipes/gnuchess/fltk-chess_0.51.bb @@ -27,3 +27,6 @@ do_install() { install -m 0644 ${S}/bitmaps/fltk-chess.png ${D}${datadir}/pixmaps/ install -m 0644 ${S}/fltk-chess.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "df1f73bdf32f30923d9a2a5717a70913" +SRC_URI[sha256sum] = "3fffcaf0653c13b249931f76b12119dce8a5b01df056e4b5444f150fec1d5311" diff --git a/recipes/gnuchess/gnuchess_5.021.bb b/recipes/gnuchess/gnuchess_5.021.bb index 8d1afea1bf..602f8d9e6c 100644 --- a/recipes/gnuchess/gnuchess_5.021.bb +++ b/recipes/gnuchess/gnuchess_5.021.bb @@ -23,3 +23,6 @@ do_install() { install -m 0644 ${WORKDIR}/gnuchess.desktop ${D}${datadir}/applications/ install -D ${S}/gnuchess ${D}${bindir}/gnuchess } + +SRC_URI[md5sum] = "01a9e1dc12613543f10ca3bc09acc0af" +SRC_URI[sha256sum] = "64483bf3e98124e3490509a6054da0ff70b69ca0baa04f53444d7cf054deee06" diff --git a/recipes/gnuchess/gnuchess_5.05.bb b/recipes/gnuchess/gnuchess_5.05.bb index d0536c3f84..d8863dfe7b 100644 --- a/recipes/gnuchess/gnuchess_5.05.bb +++ b/recipes/gnuchess/gnuchess_5.05.bb @@ -8,3 +8,6 @@ SRC_URI = "${GNU_MIRROR}/chess/${PN}-${PV}.tar.gz" S = "${WORKDIR}/chess" inherit autotools + +SRC_URI[md5sum] = "008820142c414517512ab0ad3e036c8b" +SRC_URI[sha256sum] = "d97ee0f1c45e1bfa880305a33e7e0ef695927094adce100cc76a76a0f57ef789" |