summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-07-31 17:49:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-03 10:33:09 +0100
commit6d5d0c41a7cc52e429bfd69ea0ec9215f8150b51 (patch)
treeaa574090b578c15e30bc73b6a7c6622d9257edf5 /meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb
parent8d68f1695c7a57bb5b3d5635a48cf2987d589cd3 (diff)
downloadpoky-6d5d0c41a7cc52e429bfd69ea0ec9215f8150b51.tar.gz
alsa-lib: upgrade to v1.0.27.2
fix-O0-Optimize-unable-inline-function.patch, obsolete_automake_macros.patch patches included in upstream; removed. unbreak_plugindir.patch not used, removed. (From OE-Core rev: d438c87012a03bf556fe306b178a68ff41d19bc0) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb52
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb
deleted file mode 100644
index 6f22d06c03..0000000000
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.26.bb
+++ /dev/null
@@ -1,52 +0,0 @@
1DESCRIPTION = "Alsa sound library"
2HOMEPAGE = "http://www.alsa-project.org"
3BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
4SECTION = "libs/multimedia"
5LICENSE = "LGPLv2.1 & GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
7 file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545"
8
9BBCLASSEXTEND = "native nativesdk"
10
11# configure.in sets -D__arm__ on the command line for any arm system
12# (not just those with the ARM instruction set), this should be removed,
13# (or replaced by a permitted #define).
14#FIXME: remove the following
15ARM_INSTRUCTION_SET = "arm"
16
17PR = "r0"
18
19SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
20 file://fix-tstamp-declaration.patch \
21 file://obsolete_automake_macros.patch \
22 file://fix-O0-Optimize-unable-inline-function.patch \
23 file://Check-if-wordexp-function-is-supported.patch \
24 "
25SRC_URI[md5sum] = "2dfa35d28471d721e592b616beedf965"
26SRC_URI[sha256sum] = "8c9f8161603cc3db640619650401292c3e110da63429ab6938aac763319f6e7d"
27
28inherit autotools pkgconfig
29
30require alsa-fpu.inc
31EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
32
33EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python"
34
35EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no "
36
37PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
38FILES_${PN} += "${libdir}/${BPN}/smixer/*.so"
39FILES_${PN}-dbg += "${libdir}/${BPN}/smixer/.debug"
40FILES_${PN}-dev += "${libdir}/${BPN}/smixer/*.la"
41FILES_libasound = "${libdir}/libasound.so.*"
42FILES_alsa-server = "${bindir}/*"
43FILES_alsa-conf = "${datadir}/alsa/"
44FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
45FILES_alsa-conf-base = "\
46${datadir}/alsa/alsa.conf \
47${datadir}/alsa/cards/aliases.conf \
48${datadir}/alsa/pcm/default.conf \
49${datadir}/alsa/pcm/dmix.conf \
50${datadir}/alsa/pcm/dsnoop.conf"
51
52RDEPENDS_libasound = "alsa-conf-base"