]> code.ossystems Code Review - openembedded-core.git/commit
alsa-lib: 1.1.6 -> 1.1.8
authorTanu Kaskinen <tanuk@iki.fi>
Thu, 21 Feb 2019 20:13:03 +0000 (22:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:42:56 +0000 (10:42 +0000)
commit91f506958e4b7e9b8e8f1dcfe4a8aa4bdac7c5d1
tree2ef2bb8ced9c6d2ff7183dac840837207e6d70b3
parenta96b52a825cc0de2ffbdef0e1fb2f52d4d384994
alsa-lib: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

One significant change was that the search path of add-on configuration
files was changed from /usr/share/alsa/alsa.conf.d to /etc/alsa/conf.d.
Packages that install such files should still use the /usr/share
location, though. Symlinks need to be created from /etc to /usr/share.
The rationale for using /etc is that the system administrator can better
control the configuration that way, and the rationale for installing
files under /usr/share is that configuration snippets that are installed
by packages are not meant to be directly edited by the administrator.

alsa-plugins had to be modified to add symlinks for the configuration
snippets that it installs. I also added FILES_${PN} = "", because the
alsa-plugins package is supposed to be empty, but also because for some
reason that I don't understand the symlinks would otherwise go to the
alsa-plugins package rather than alsa-plugins-pulseaudio-conf.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib_1.1.8.bb [moved from meta/recipes-multimedia/alsa/alsa-lib_1.1.6.bb with 83% similarity]
meta/recipes-multimedia/alsa/alsa-plugins_1.1.6.bb