From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/jakarta-commons/commons-collections3_3.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/jakarta-commons/commons-collections3_3.2.1.bb') diff --git a/recipes/jakarta-commons/commons-collections3_3.2.1.bb b/recipes/jakarta-commons/commons-collections3_3.2.1.bb index dcde0c74f5..7e3478b908 100644 --- a/recipes/jakarta-commons/commons-collections3_3.2.1.bb +++ b/recipes/jakarta-commons/commons-collections3_3.2.1.bb @@ -6,3 +6,6 @@ SRC_URI = "http://www.apache.org/dist/commons/collections/source/commons-collect S = "${WORKDIR}/commons-collections-${PV}-src" + +SRC_URI[md5sum] = "031ce05872ddb0462f0dcce1e5babbe9" +SRC_URI[sha256sum] = "9a4a800cb7ecdaf3b6f608cd608682b88b506f1b1c4b727d15471ae3329fc63d" -- cgit 1.2.3-korg