diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-19 16:40:19 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:29 +0100 |
| commit | 60cf46671e9b812578dd2f3997961cf6fb3bb748 (patch) | |
| tree | b6738251bd3c5a1d30402c060f6138e53e420f5f | |
| parent | 0cad3afb041bebdb76d36c6df3e5b3ec6e121e3f (diff) | |
| download | poky-60cf46671e9b812578dd2f3997961cf6fb3bb748.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch | 26 | ||||
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch | 18 | ||||
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb (renamed from meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb) | 4 |
3 files changed, 2 insertions, 46 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch deleted file mode 100644 index 46a21c19be..0000000000 --- a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Fix m4 quoting to avoid an infinite loop in m4 with recent autoconf/automake | ||
| 2 | |||
| 3 | RP 1/2/10 | ||
| 4 | |||
| 5 | Index: libsndfile-1.0.17/acinclude.m4 | ||
| 6 | =================================================================== | ||
| 7 | --- libsndfile-1.0.17.orig/acinclude.m4 2010-02-01 14:53:35.517826746 +0000 | ||
| 8 | +++ libsndfile-1.0.17/acinclude.m4 2010-02-01 14:53:51.409122706 +0000 | ||
| 9 | @@ -255,7 +255,7 @@ | ||
| 10 | |||
| 11 | ) | ||
| 12 | ] | ||
| 13 | - | ||
| 14 | +[ | ||
| 15 | if test $ac_cv_c_byte_order = big ; then | ||
| 16 | ac_cv_c_big_endian=1 | ||
| 17 | ac_cv_c_little_endian=0 | ||
| 18 | @@ -272,7 +272,7 @@ | ||
| 19 | AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]]) | ||
| 20 | AC_MSG_WARN([[*****************************************************************]]) | ||
| 21 | fi | ||
| 22 | - | ||
| 23 | +] | ||
| 24 | )# AC_C_FIND_ENDIAN | ||
| 25 | |||
| 26 | |||
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch deleted file mode 100644 index da0c4010e6..0000000000 --- a/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | --- | ||
| 2 | configure.ac | 1 + | ||
| 3 | 1 file changed, 1 insertion(+) | ||
| 4 | |||
| 5 | --- libsndfile-1.0.17.orig/configure.ac | ||
| 6 | +++ libsndfile-1.0.17/configure.ac | ||
| 7 | @@ -29,10 +29,11 @@ AC_LANG([C]) | ||
| 8 | # to 0. | ||
| 9 | |||
| 10 | SHARED_VERSION_INFO="1:17:0" | ||
| 11 | |||
| 12 | AC_PROG_CC | ||
| 13 | +AC_PROG_CXX | ||
| 14 | AM_PROG_LIBTOOL | ||
| 15 | |||
| 16 | AC_CHECK_PROG(autogen, autogen, yes, no) | ||
| 17 | |||
| 18 | AC_PROG_INSTALL | ||
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb index 4d12a42a20..a547d768b2 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb | |||
| @@ -8,8 +8,8 @@ PR = "r0" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "d0e22b5ff2ef945615db33960376d733" | 11 | SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e" |
| 12 | SRC_URI[sha256sum] = "54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d" | 12 | SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4" |
| 13 | 13 | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" |
| 15 | 15 | ||
