blob: 43e4632f6bbda2eb146c2a1539907acef98ccc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This brings some mandatory patches for the softmixer. This is not an actual hack,
# because all the 3 patches below have been discussed with the maintainer of bluez-alsa,
# and will be mainlined in the future
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-build-and-link-with-a-shared-library.patch"
SRC_URI += "file://0002-log-add-calling-function-name.patch"
SRC_URI += "file://0003-increased-the-number-of-connexions-to-16.patch"
|