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/cups/cups_1.3.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/cups/cups_1.3.8.bb') diff --git a/recipes/cups/cups_1.3.8.bb b/recipes/cups/cups_1.3.8.bb index c921133c5d..f5c63f2dbc 100644 --- a/recipes/cups/cups_1.3.8.bb +++ b/recipes/cups/cups_1.3.8.bb @@ -6,3 +6,6 @@ PR = "${INC_PR}.1" DEFAULT_PREFERENCE = "-1" EXTRA_OECONF += " --disable-gssapi " + +SRC_URI[md5sum] = "90ed7449948994ad1b22b0b177ab6ba6" +SRC_URI[sha256sum] = "d488980f84ad0e6044a67859144306980624cafb654eb0cab071b3e46fee6e1d" -- cgit 1.2.3-korg