| Submitter | Tom Rini |
|---|---|
| Date | July 13, 2011, 7:05 p.m. |
| Message ID | <da0990e947463da6c333254055750f36967565ba.1310583292.git.tom_rini@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/7559/ |
| State | New, archived |
| Headers | show |
Comments
On 07/13/2011 12:05 PM, Tom Rini wrote: > Signed-off-by: Tom Rini<tom_rini@mentor.com> > --- > .../libsamplerate/libsamplerate0_0.1.7.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb > index d08640f..194f885 100644 > --- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb > +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb > @@ -9,8 +9,8 @@ PR = "r0" > SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \ > file://libsamplerate-0.1.7-macro-quoting.patch" > > -SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d" > -SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc" > +SRC_URI[md5sum] = "ad093e60ec44f0a60de8e29983ddbc0f" > +SRC_URI[sha256sum] = "e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c" > S = "${WORKDIR}/libsamplerate-${PV}" > > inherit autotools pkgconfig Are you sure about this one? Did you maybe get a bad download from someplace? I just checked the upstream source and it's still the 673 md5sum. Sau!
On 07/13/2011 01:48 PM, Saul Wold wrote: > On 07/13/2011 12:05 PM, Tom Rini wrote: >> Signed-off-by: Tom Rini<tom_rini@mentor.com> >> --- >> .../libsamplerate/libsamplerate0_0.1.7.bb | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git >> a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb >> b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb >> index d08640f..194f885 100644 >> --- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb >> +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb >> @@ -9,8 +9,8 @@ PR = "r0" >> SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \ >> file://libsamplerate-0.1.7-macro-quoting.patch" >> >> -SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d" >> -SRC_URI[sha256sum] = >> "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc" >> +SRC_URI[md5sum] = "ad093e60ec44f0a60de8e29983ddbc0f" >> +SRC_URI[sha256sum] = >> "e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c" >> S = "${WORKDIR}/libsamplerate-${PV}" >> >> inherit autotools pkgconfig > > Are you sure about this one? Did you maybe get a bad download from > someplace? I just checked the upstream source and it's still the 673 > md5sum. Alright, crazy. Locally, I've got a tarball with those checksums, that's 'valid'. Re-fetch, it's the normal sums. Extract both, diff: http://pastebin.com/5xW2z8Du So, uh, consider this patch withdrawn. Need a resend of the series?
Patch
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb index d08640f..194f885 100644 --- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb @@ -9,8 +9,8 @@ PR = "r0" SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \ file://libsamplerate-0.1.7-macro-quoting.patch" -SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d" -SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc" +SRC_URI[md5sum] = "ad093e60ec44f0a60de8e29983ddbc0f" +SRC_URI[sha256sum] = "e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c" S = "${WORKDIR}/libsamplerate-${PV}" inherit autotools pkgconfig
Signed-off-by: Tom Rini <tom_rini@mentor.com> --- .../libsamplerate/libsamplerate0_0.1.7.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)