bluez-alsa: removed the PCM hack, and build a shared lib
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / recipes-connectivity / bluez-alsa / bluez-alsa_git.bbappend
1 # This brings some mandatory patches for the softmixer. This is not an actual hack,
2 # because all the 3 patches below have been discussed with the maintainer of bluez-alsa,
3 # and will be mainlined in the future
4
5 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
6
7 SRC_URI += "file://0001-build-and-link-with-a-shared-library.patch"
8 SRC_URI += "file://0002-log-add-calling-function-name.patch"
9 SRC_URI += "file://0003-increased-the-number-of-connexions-to-16.patch"
10
11