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/libsoundgen/libsoundgen_0.3.bb | 3 +++ recipes/libsoundgen/libsoundgen_0.5.bb | 3 +++ recipes/libsoundgen/libsoundgen_0.6.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/libsoundgen') diff --git a/recipes/libsoundgen/libsoundgen_0.3.bb b/recipes/libsoundgen/libsoundgen_0.3.bb index 4348670538..5a82ea9112 100644 --- a/recipes/libsoundgen/libsoundgen_0.3.bb +++ b/recipes/libsoundgen/libsoundgen_0.3.bb @@ -12,3 +12,6 @@ do_stage() { do_install_append() { oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install-devel } + +SRC_URI[md5sum] = "5a36bc38b8b70a0951fb3acc479503f5" +SRC_URI[sha256sum] = "d74ed600fab1bf5bab86a4815a5170157607317030bd9316e587486e29e815f8" diff --git a/recipes/libsoundgen/libsoundgen_0.5.bb b/recipes/libsoundgen/libsoundgen_0.5.bb index 5c65141ab5..b9eaa0b057 100644 --- a/recipes/libsoundgen/libsoundgen_0.5.bb +++ b/recipes/libsoundgen/libsoundgen_0.5.bb @@ -11,3 +11,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "de41eed3de2bb441969db8254dc0c889" +SRC_URI[sha256sum] = "08bc3bf18fdd5b27eb554e3cb0c2f0c2805f470909f21a09df26bc8fb8732fd7" diff --git a/recipes/libsoundgen/libsoundgen_0.6.bb b/recipes/libsoundgen/libsoundgen_0.6.bb index 5c65141ab5..f932cc9f2d 100644 --- a/recipes/libsoundgen/libsoundgen_0.6.bb +++ b/recipes/libsoundgen/libsoundgen_0.6.bb @@ -11,3 +11,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "ce7e2c206c612e2dd09ec42e1179c9a7" +SRC_URI[sha256sum] = "b4d9050bf46dab0f2f3a47911eac255c08159ab3965f5f10c4ab4e903eee1e31" -- cgit 1.2.3-korg