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/libsamplerate/libsamplerate0_0.1.2.bb | 3 +++ recipes/libsamplerate/libsamplerate0_0.1.7.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/libsamplerate') diff --git a/recipes/libsamplerate/libsamplerate0_0.1.2.bb b/recipes/libsamplerate/libsamplerate0_0.1.2.bb index 78a7f403d4..532e0b215a 100644 --- a/recipes/libsamplerate/libsamplerate0_0.1.2.bb +++ b/recipes/libsamplerate/libsamplerate0_0.1.2.bb @@ -12,3 +12,6 @@ do_stage() { oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR} install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "06861c2c6b8e5273c9b80cf736b9fd0e" +SRC_URI[sha256sum] = "98b8766323c78b7b718dfd4ef6b9292bbf0796b742abb2319b8278cbeee731d4" diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb index b41f97fe21..92f27cc9d8 100644 --- a/recipes/libsamplerate/libsamplerate0_0.1.7.bb +++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/libsamplerate-${PV}" inherit autotools pkgconfig + +SRC_URI[md5sum] = "ad093e60ec44f0a60de8e29983ddbc0f" +SRC_URI[sha256sum] = "e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c" -- cgit 1.2.3-korg