aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/granule
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/granule
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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/granule')
-rw-r--r--recipes/granule/granule_1.4.0.bb3
-rw-r--r--recipes/granule/libassa_3.5.0.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/granule/granule_1.4.0.bb b/recipes/granule/granule_1.4.0.bb
index 109a3b4c97..0307a1fb4c 100644
--- a/recipes/granule/granule_1.4.0.bb
+++ b/recipes/granule/granule_1.4.0.bb
@@ -2,3 +2,6 @@ require granule.inc
MINVER = "7"
S = "${WORKDIR}/${P}-${MINVER}"
+
+SRC_URI[md5sum] = "4e327db531133ffeb650392042341443"
+SRC_URI[sha256sum] = "356463f586b8b6147a05ab00ca8b5e7f8f85d2ec3981fbb9c0c0c2e2da6f58c9"
diff --git a/recipes/granule/libassa_3.5.0.bb b/recipes/granule/libassa_3.5.0.bb
index af496c7e47..f1af9b79ec 100644
--- a/recipes/granule/libassa_3.5.0.bb
+++ b/recipes/granule/libassa_3.5.0.bb
@@ -13,3 +13,6 @@ inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
+
+SRC_URI[md5sum] = "9b61dfd94bf4e083829ffb0231243d8b"
+SRC_URI[sha256sum] = "72a627c74e82ff679cb16ebe3a625b9032d8d1feed4c1da63ebb5106a80b1314"