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_2.3.91.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/fontconfig/fontconfig_2.3.91.bb') diff --git a/recipes/fontconfig/fontconfig_2.3.91.bb b/recipes/fontconfig/fontconfig_2.3.91.bb index 5b8425f189..7d83193566 100644 --- a/recipes/fontconfig/fontconfig_2.3.91.bb +++ b/recipes/fontconfig/fontconfig_2.3.91.bb @@ -22,3 +22,6 @@ do_install () { install -m 0644 ${WORKDIR}/local.conf ${D}/etc/fonts/ } + +SRC_URI[md5sum] = "098a36ec53ec893f6511712ec4010d38" +SRC_URI[sha256sum] = "a906c3193de44e5a8d93174bb86e91f39e415f92ad9319b318fd3a46a2ad9b35" -- cgit 1.2.3-korg