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/flac/flac_1.1.0.bb | 3 +++ recipes/flac/flac_1.1.2.bb | 3 +++ recipes/flac/flac_1.2.1.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/flac') diff --git a/recipes/flac/flac_1.1.0.bb b/recipes/flac/flac_1.1.0.bb index 5bb0d6c3cf..45ae1bbf98 100644 --- a/recipes/flac/flac_1.1.0.bb +++ b/recipes/flac/flac_1.1.0.bb @@ -3,3 +3,6 @@ require flac.inc PR = "r7" SRC_URI += "file://disable-xmms-plugin.patch;patch=1" + +SRC_URI[md5sum] = "19b456a27b5fcf502c76cc33f33e1490" +SRC_URI[sha256sum] = "897b0ac415b36ea241932c56852b8d6f3e083d0db66be9a96fc83c9cc42932a1" diff --git a/recipes/flac/flac_1.1.2.bb b/recipes/flac/flac_1.1.2.bb index eb328b9b91..48b64b7096 100644 --- a/recipes/flac/flac_1.1.2.bb +++ b/recipes/flac/flac_1.1.2.bb @@ -13,3 +13,6 @@ do_configure_append () { do_stage () { install -m 0644 ${S}/include/FLAC/callback.h ${STAGING_INCDIR}/FLAC/callback.h } + +SRC_URI[md5sum] = "2bfc127cdda02834d0491ab531a20960" +SRC_URI[sha256sum] = "ce4f7d11b3c04a7368c916ca4abc284dd0c0256f461dfb7f07df1ab445e7a5c0" diff --git a/recipes/flac/flac_1.2.1.bb b/recipes/flac/flac_1.2.1.bb index eea1cbb9a5..c06f52a48e 100644 --- a/recipes/flac/flac_1.2.1.bb +++ b/recipes/flac/flac_1.2.1.bb @@ -5,3 +5,6 @@ PR = "r1" # fixes from openSUSE: SRC_URI += "file://flac-gcc43-fixes.diff;patch=1;pnum=0 \ file://flac-printf-format-fix.diff;patch=1;pnum=0" + +SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7" +SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf" -- cgit 1.2.3-korg