aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsamplerate/libsamplerate0_0.1.7.bb
AgeCommit message (Collapse)Author
2010-10-18libsamplerate: Fix checksums to match downloaded fileSean Cross
* libsamplerate-0.1.7.tar.gz has changed upstream. The Angstrom mirror has an old version of the file. Pulling it from the source, I see that the following two changes have been made without bumping the version: * * diff -ur old-libsamplerate-0.1.7/ChangeLog libsamplerate-0.1.7/ChangeLog * --- old-libsamplerate-0.1.7/ChangeLog 2009-02-14 11:37:27.000000000 +0000 * +++ libsamplerate-0.1.7/ChangeLog 2009-02-15 00:17:35.000000000 +0000 * @@ -11,7 +11,7 @@ * This bug has zero security implications beyond the ability to cause a * program hitting this bug to exit immediately with a segfault. * See : http://www.mega-nerd.com/erikd/Blog/2009/Feb/14/index.html * - Thanks to David Cournapeau for the bug report. * + Thanks to David Cournapeau and Lev Givon for the bug report. * * * doc/win32.html Makefile.am configure.ac * Reinstate Win32/MSVC compile instructions. * diff -ur old-libsamplerate-0.1.7/Win32/config.h libsamplerate-0.1.7/Win32/config.h * --- old-libsamplerate-0.1.7/Win32/config.h 2009-02-14 11:42:49.000000000 +0000 * +++ libsamplerate-0.1.7/Win32/config.h 2009-02-14 11:46:40.000000000 +0000 * @@ -190,8 +190,7 @@ * #define STDC_HEADERS 1 * * /* Version number of package */ * -<<<<<<< diff from left file * -#define VERSION "0.1.4" * +#define VERSION "0.1.7" * * * * @@ -203,6 +202,3 @@ * */ * * #define inline __inline * -======== * -#define VERSION "0.1.7" * ->>>>>>> diff from right file * * * The following patch corrects the checksums for the new version. * Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23libsamplerate0-0.1.7: Fix configure run with recent autoconfHolger Hans Peter Freyther
* Remove the oe_runconf overload and just go through the normal autoreconf process * Take gentoo patch to fix the quoting of the macro and make building go past the configure task.
2009-06-05libsamplerate: update to 0.1.7Koen Kooi