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/gift/gift_0.11.4.bb | 3 +++ recipes/gift/gift_0.11.5.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gift') diff --git a/recipes/gift/gift_0.11.4.bb b/recipes/gift/gift_0.11.4.bb index 6446398311..548b7ffd97 100644 --- a/recipes/gift/gift_0.11.4.bb +++ b/recipes/gift/gift_0.11.4.bb @@ -12,3 +12,6 @@ inherit autotools EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \ --with-vorbis-includes=${STAGING_INCDIR}" + +SRC_URI[md5sum] = "decc82159c6723be999b1306a808077f" +SRC_URI[sha256sum] = "68149059b807b2fac505e376c18320e64104fbe0190e359f98059e73a63693dc" diff --git a/recipes/gift/gift_0.11.5.bb b/recipes/gift/gift_0.11.5.bb index 14a15b8fc8..dd252f13b8 100644 --- a/recipes/gift/gift_0.11.5.bb +++ b/recipes/gift/gift_0.11.5.bb @@ -13,3 +13,6 @@ inherit autotools EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \ --with-vorbis-includes=${STAGING_INCDIR}" + +SRC_URI[md5sum] = "f492b6e3607aed801b77657f3808f5c1" +SRC_URI[sha256sum] = "3d3013fb5648b6060202a63c13c160899da8baf756140c7fd8f4ed432b40fdd2" -- cgit v1.2.3