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/re2c/re2c-native_0.13.1.bb | 3 +++ recipes/re2c/re2c_0.13.1.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/re2c') diff --git a/recipes/re2c/re2c-native_0.13.1.bb b/recipes/re2c/re2c-native_0.13.1.bb index fb7e3df626..fe70bae7f9 100644 --- a/recipes/re2c/re2c-native_0.13.1.bb +++ b/recipes/re2c/re2c-native_0.13.1.bb @@ -3,3 +3,6 @@ require re2c.inc PR = "r0" inherit native + +SRC_URI[md5sum] = "d6168a6c18d5912e98d9343b33fdad97" +SRC_URI[sha256sum] = "1a47035dd0f283dbc6c0964679afdf6f2c975b462419d1880ac379dc880ba74a" diff --git a/recipes/re2c/re2c_0.13.1.bb b/recipes/re2c/re2c_0.13.1.bb index 5846dc4bf1..3b166869ba 100644 --- a/recipes/re2c/re2c_0.13.1.bb +++ b/recipes/re2c/re2c_0.13.1.bb @@ -1,3 +1,6 @@ require re2c.inc PR = "r0" + +SRC_URI[md5sum] = "d6168a6c18d5912e98d9343b33fdad97" +SRC_URI[sha256sum] = "1a47035dd0f283dbc6c0964679afdf6f2c975b462419d1880ac379dc880ba74a" -- cgit 1.2.3-korg