diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-27 00:29:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:24 +0000 |
commit | af8002b82bd3a37ba2f9dffbcb854b10cc82cf5b (patch) | |
tree | 31ff5bde8dc6564e67f0f0809646d7024cc17cc2 /meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb | |
parent | d590255cacb86076f9174ba5ba263f04bc95c2c5 (diff) | |
download | poky-af8002b82bd3a37ba2f9dffbcb854b10cc82cf5b.tar.gz |
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>".
(From OE-Core rev: 86ead283629303c835316974d5682e0f29bb9655)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb')
-rw-r--r-- | meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb new file mode 100644 index 0000000000..949b3d0394 --- /dev/null +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "An audio Sample Rate Conversion library" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
5 | file://src/samplerate.c;beginline=1;endline=17;md5=d0807c35fc906466d24a50463534815a" | ||
6 | DEPENDS = "flac" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47" | ||
12 | SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" | ||
13 | S = "${WORKDIR}/libsamplerate-${PV}" | ||
14 | |||
15 | inherit autotools pkgconfig | ||