[oe] [PATCH v2] libsamplerate: Fix checksums to match downloaded file

Sean Cross sean at chumby.com
Sun Oct 17 15:45:53 UTC 2010


diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb
index 737e934..2a81e4b 100644
--- a/recipes/libsamplerate/libsamplerate0_0.1.7.bb
+++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "An audio Sample Rate Conversion library"
 SECTION = "libs"
 LICENSE = "GPL libsamplerate"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
            file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
@@ -12,5 +12,5 @@ S = "${WORKDIR}/libsamplerate-${PV}"
 inherit autotools pkgconfig
 
 
-SRC_URI[md5sum] = "ad093e60ec44f0a60de8e29983ddbc0f"
-SRC_URI[sha256sum] = "e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c"
+SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d"
+SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc"





More information about the Openembedded-devel mailing list