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/kf/kf_0.5.4.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/kf') diff --git a/recipes/kf/kf_0.5.4.1.bb b/recipes/kf/kf_0.5.4.1.bb index f171bb8b81..d6ca5c9a01 100755 --- a/recipes/kf/kf_0.5.4.1.bb +++ b/recipes/kf/kf_0.5.4.1.bb @@ -14,3 +14,6 @@ EXTRA_OECONF = "--disable-binreloc" export PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config" + +SRC_URI[md5sum] = "f963f289b7a1221f192a540fbda5cd55" +SRC_URI[sha256sum] = "70068af405b4a18c84babded6a1d3fee1b87687d725c1c0456570f06c3841ef3" -- cgit 1.2.3-korg