summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2015-04-20 22:45:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:06:54 +0100
commit775dedb67ed85ee99c8e818ced0939c5605d5a0c (patch)
treeacdf82b197d2d125021637bc05e5e2a2d9781676 /meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb
parentb80a8feb714908fa0ef1a0472d16e9e1e77e269d (diff)
downloadpoky-775dedb67ed85ee99c8e818ced0939c5605d5a0c.tar.gz
alsa-lib: 1.0.28 -> 1.0.29
Release notes: http://alsa-project.org/main/index.php/Changes_v1.0.28_v1.0.29 Dropped the backported patches. Dropped also fix-tstamp-declaration.patch. It's unclear whether the ancient patch is needed by anyone any more. The original commit message[1] wasn't very clear on what specific conditions triggered the build failure that the patch fixes, so it's hard to try to reproduce the failure. [1] http://cgit.openembedded.org/openembedded/commit/?id=f61f3efe2389249c001107ccd55dac39e79ef2a1 (From OE-Core rev: 893b317c354d2bb4ee9f44d7318e0f59382060a9) Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb54
1 files changed, 0 insertions, 54 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb
deleted file mode 100644
index 9a4aab44d4..0000000000
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb
+++ /dev/null
@@ -1,54 +0,0 @@
1SUMMARY = "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
17SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/${BP}.tar.bz2 \
18 file://Check-if-wordexp-function-is-supported.patch \
19 file://fix-tstamp-declaration.patch \
20 file://0001-pcm-route-Use-get32-for-multi-source-route-calculati.patch \
21 file://0001-pcm-rate-fix-hw_ptr-exceed-the-boundary.patch \
22 file://0001-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch \
23"
24SRC_URI[md5sum] = "c9e21b88a2b3e6e12ea7ba0f3b271fc3"
25SRC_URI[sha256sum] = "3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d"
26
27inherit autotools pkgconfig
28
29require alsa-fpu.inc
30EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
31
32EXTRA_OECONF = "--disable-python"
33
34EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no "
35
36PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc"
37FILES_${PN} += "${libdir}/${BPN}/smixer/*.so"
38FILES_${PN}-dbg += "${libdir}/${BPN}/smixer/.debug"
39FILES_${PN}-dev += "${libdir}/${BPN}/smixer/*.la"
40FILES_libasound = "${libdir}/libasound.so.*"
41FILES_alsa-server = "${bindir}/*"
42FILES_alsa-conf = "${datadir}/alsa/"
43FILES_alsa-conf-base = "\
44${datadir}/alsa/alsa.conf \
45${datadir}/alsa/cards/aliases.conf \
46${datadir}/alsa/pcm/default.conf \
47${datadir}/alsa/pcm/dmix.conf \
48${datadir}/alsa/pcm/dsnoop.conf"
49
50RDEPENDS_libasound = "alsa-conf-base alsa-conf"
51# upgrade path
52RPROVIDES_${PN}-dev = "alsa-dev"
53RREPLACES_${PN}-dev = "alsa-dev"
54RCONFLICTS_${PN}-dev = "alsa-dev"