libsndfile1: upgrade to version 1.0.24

(From OE-Core rev: 71794b266e3fcd9661f57a4ba70abc87e74b7326)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dongxiao Xu 2011-04-19 16:40:19 +08:00 committed by Richard Purdie
parent 0cad3afb04
commit 60cf46671e
3 changed files with 2 additions and 46 deletions

View File

@ -1,26 +0,0 @@
Fix m4 quoting to avoid an infinite loop in m4 with recent autoconf/automake
RP 1/2/10
Index: libsndfile-1.0.17/acinclude.m4
===================================================================
--- libsndfile-1.0.17.orig/acinclude.m4 2010-02-01 14:53:35.517826746 +0000
+++ libsndfile-1.0.17/acinclude.m4 2010-02-01 14:53:51.409122706 +0000
@@ -255,7 +255,7 @@
)
]
-
+[
if test $ac_cv_c_byte_order = big ; then
ac_cv_c_big_endian=1
ac_cv_c_little_endian=0
@@ -272,7 +272,7 @@
AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]])
AC_MSG_WARN([[*****************************************************************]])
fi
-
+]
)# AC_C_FIND_ENDIAN

View File

@ -1,18 +0,0 @@
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
--- libsndfile-1.0.17.orig/configure.ac
+++ libsndfile-1.0.17/configure.ac
@@ -29,10 +29,11 @@ AC_LANG([C])
# to 0.
SHARED_VERSION_INFO="1:17:0"
AC_PROG_CC
+AC_PROG_CXX
AM_PROG_LIBTOOL
AC_CHECK_PROG(autogen, autogen, yes, no)
AC_PROG_INSTALL

View File

@ -8,8 +8,8 @@ PR = "r0"
SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
SRC_URI[md5sum] = "d0e22b5ff2ef945615db33960376d733"
SRC_URI[sha256sum] = "54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d"
SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e"
SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4"
LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"