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/bison/bison_2.0.bb | 3 +++ recipes/bison/bison_2.3.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/bison') diff --git a/recipes/bison/bison_2.0.bb b/recipes/bison/bison_2.0.bb index 6127bef993..fa2fe62978 100644 --- a/recipes/bison/bison_2.0.bb +++ b/recipes/bison/bison_2.0.bb @@ -1,3 +1,6 @@ require bison.inc PR = "${INCPR}.0" + +SRC_URI[md5sum] = "c17f964fd5504b88b07a183420de25e3" +SRC_URI[sha256sum] = "31b816846903d319a6f6cd1c9aada5ff83914206cb7df69c235ae909785109a1" diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb index fda9b160a9..68aab5805a 100644 --- a/recipes/bison/bison_2.3.bb +++ b/recipes/bison/bison_2.3.bb @@ -8,3 +8,6 @@ PR = "${INCPR}.0" # static-only library; that might be an error. FILES_${PN} += "${libdir}/liby.a" + +SRC_URI[md5sum] = "22327efdd5080e2b1acb6e560a04b43a" +SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ecda293e" -- cgit 1.2.3-korg