diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-27 00:29:21 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-02 20:26:24 -0800 |
commit | 86ead283629303c835316974d5682e0f29bb9655 (patch) | |
tree | b960318a8c8a814981c437eb9398ae97d3c3a35f /meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7 | |
parent | 781ddecedf39b9e90d60e39c148aac7d185c14a0 (diff) | |
download | openembedded-core-86ead283629303c835316974d5682e0f29bb9655.tar.gz openembedded-core-86ead283629303c835316974d5682e0f29bb9655.tar.bz2 openembedded-core-86ead283629303c835316974d5682e0f29bb9655.zip |
libsamplerate0: upgrade to 0.1.8
This patch is to upgrade libsamplerate0 to 0.1.8 and remove the patch for 0.1.7.
In the new code, the fix is there in M4/endian.m4 (which is part of acinclude.m4 in 0.1.7)
The license is changed from "Copyright (C) 2002-2008 Erik de Castro Lopo <erikd@mega-nerd.com>" to "Copyright (C) 2002-2011 Erik de Castro Lopo <erikd@mega-nerd.com>".
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7')
-rw-r--r-- | meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch b/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch deleted file mode 100644 index 1518d7ec72..0000000000 --- a/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch +++ /dev/null @@ -1,22 +0,0 @@ -Upstream-Status: Inappropriate [configuration] - -diff -ruN libsamplerate-0.1.7-orig//acinclude.m4 libsamplerate-0.1.7/acinclude.m4 ---- libsamplerate-0.1.7-orig//acinclude.m4 2011-04-20 15:04:25.147664992 +0800 -+++ libsamplerate-0.1.7/acinclude.m4 2011-04-20 15:04:45.397665029 +0800 -@@ -135,7 +135,6 @@ - fi - - ) --] - - if test $ac_cv_c_byte_order = big ; then - ac_cv_c_big_endian=1 -@@ -154,7 +153,7 @@ - AC_MSG_WARN([[*****************************************************************]]) - fi - --)# AC_C_FIND_ENDIAN -+])# AC_C_FIND_ENDIAN - - - |