]> code.ossystems Code Review - openembedded-core.git/commit
alsa-lib: 1.1.4.1 -> 1.1.5
authorTanu Kaskinen <tanuk@iki.fi>
Mon, 27 Nov 2017 16:39:31 +0000 (18:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 14:36:57 +0000 (14:36 +0000)
commit00b73cbe8ae6d1dd6ba82f0ab5cd38c2d712deb7
tree74dc8923d8c5bb7053c07c6b180228ebe58bd029
parent930f8873e0e180da7242f65bfd5c60f9d6c19424
alsa-lib: 1.1.4.1 -> 1.1.5

Changes:
http://www.alsa-project.org/main/index.php/Changes_v1.1.4_v1.1.5

Dropped all patches. The poll.h patch is included in the release, and
the wordexp patch is not needed any more, because the wordexp function
is replaced by an internal reimplementation.

It would still be possible to enable the use of wordexp with the
--with-wordexp configure option. The option exists, because the internal
reimplementation covers only part of what wordexp can do, so not using
wordexp can in theory cause regressions. However, it seems that
regressions are quite unlikely in practice. Here's some discussion about
the topic:
http://mailman.alsa-project.org/pipermail/alsa-devel/2017-July/122667.html

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch [deleted file]
meta/recipes-multimedia/alsa/alsa-lib/avoid-including-sys-poll.h-directly.patch [deleted file]
meta/recipes-multimedia/alsa/alsa-lib_1.1.5.bb [moved from meta/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bb with 77% similarity]