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

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

Rebased autotools.patch and makefile_no_gtk.patch.

Dropped 0001-as10k1-Make-output_tram_line-static-inline.patch with the
assumption that it's not needed any more. The patch added a "static"
qualifier to a function. According to the commit message, this was done
to improve optimization. Upstream removed the "inline" qualifier from
that same function, because it caused some trouble with clang. My guess
is that the patch author actually ran into the same clang problem as
upstream, but came up with a different fix. It doesn't seem like a
function whose optimization anyone would really be interested in.

Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch [deleted file]
meta/recipes-multimedia/alsa/alsa-tools/autotools.patch
meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
meta/recipes-multimedia/alsa/alsa-tools_1.1.5.bb [moved from meta/recipes-multimedia/alsa/alsa-tools_1.1.3.bb with 87% similarity]