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/fontconfig/fontconfig-native_2.2.95.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/fontconfig/fontconfig-native_2.2.95.bb') diff --git a/recipes/fontconfig/fontconfig-native_2.2.95.bb b/recipes/fontconfig/fontconfig-native_2.2.95.bb index 541b74634c..4836723d61 100644 --- a/recipes/fontconfig/fontconfig-native_2.2.95.bb +++ b/recipes/fontconfig/fontconfig-native_2.2.95.bb @@ -13,3 +13,6 @@ do_stage () { install fc-lang/fc-lang ${STAGING_BINDIR} install fc-glyphname/fc-glyphname ${STAGING_BINDIR} } + +SRC_URI[md5sum] = "6e64304b91cfea887558154d465bb752" +SRC_URI[sha256sum] = "9d1eb5813a7d3e7907da4e6a69c93f4689c49a2ed8320c35ce4570f63448f2d0" -- cgit 1.2.3-korg