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/xawtv/xawtv_3.93.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xawtv/xawtv_3.93.bb') diff --git a/recipes/xawtv/xawtv_3.93.bb b/recipes/xawtv/xawtv_3.93.bb index 75bfa71e6d..8b5f6c6f96 100644 --- a/recipes/xawtv/xawtv_3.93.bb +++ b/recipes/xawtv/xawtv_3.93.bb @@ -29,3 +29,6 @@ EXTRA_OECONF = "--disable-xfree-ext \ --x-includes=${STAGING_INCDIR} \ --x-libraries=${STAGING_LIBDIR}" EXTRA_OEMAKE += " 'verbose=yes'" + +SRC_URI[md5sum] = "8d2731e6e95f173f41a0ddc875d55804" +SRC_URI[sha256sum] = "d5e333bc74c0a534bf96f40ea89b7e700f137d46f1fdbaea13fa552ad6227af8" -- cgit 1.2.3-korg