summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-27 00:29:21 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:24 +0000
commitaf8002b82bd3a37ba2f9dffbcb854b10cc82cf5b (patch)
tree31ff5bde8dc6564e67f0f0809646d7024cc17cc2 /meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
parentd590255cacb86076f9174ba5ba263f04bc95c2c5 (diff)
downloadast2050-yocto-poky-af8002b82bd3a37ba2f9dffbcb854b10cc82cf5b.zip
ast2050-yocto-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.7.bb')
-rw-r--r--meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
deleted file mode 100644
index d08640f..0000000
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "An audio Sample Rate Conversion library"
-SECTION = "libs"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://src/samplerate.c;beginline=1;endline=17;md5=ed4dfdaa3bdf0f817ebc70cee0cccc88"
-DEPENDS = "flac"
-PR = "r0"
-
-SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
- file://libsamplerate-0.1.7-macro-quoting.patch"
-
-SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d"
-SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc"
-S = "${WORKDIR}/libsamplerate-${PV}"
-
-inherit autotools pkgconfig
OpenPOWER on IntegriCloud