]> code.ossystems Code Review - openembedded-core.git/commit
alsa-lib: 1.1.2 -> 1.1.3
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 15 Feb 2017 07:13:01 +0000 (09:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:19 +0000 (12:29 -0800)
commitdc549b5510bfcf83f6e5e8e3aa7ed663dee83444
treea14a4750f0aa03cf60c643030797316d582a5002
parent9b036ac92073cadd26819def37ac0199f1ec9934
alsa-lib: 1.1.2 -> 1.1.3

Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.2_v1.1.3

Added a patch to fix a build failure with musl (cherry-picked from
upstream).

The new release doesn't any more install the smixer modules when Python
support is disabled. The modules weren't usable without Python support
before either, so this change does not constitute a loss of
functionality [1].

alsa-lib-dev has automatic dependencies on alsa-lib and libasound, but
since the smixer modules were the only thing in the alsa-lib package,
the alsa-lib package doesn't get generated any more. alsa-lib-dev still
has an automatic dependency on alsa-lib, however, so I had to override
the RDEPENDS of alsa-lib-dev to only include libasound.

[1] http://mailman.alsa-project.org/pipermail/alsa-devel/2016-November/114682.html

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch [new file with mode: 0644]
meta/recipes-multimedia/alsa/alsa-lib_1.1.3.bb [moved from meta/recipes-multimedia/alsa/alsa-lib_1.1.2.bb with 77% similarity]