bluez-alsa: updated patches due to latest bump
[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 and hal-manager.
2 #
3 # - patch 1 makes a communication library for hal-manager to get
4 #   the list of audio transports from bluez-alsa
5 # - patch 2 makes the "debug" macro always display the caller name
6 # - patch 3 asks dbus for a name like 'org.bluez-alsa.hciX' where hciX 
7 #   name of the HCI interface that the bluealsa daemon instance is handling
8
9 # Notice that patch 2 will very likely be replaced by a full dbus interface
10 # in the future.
11 #
12
13 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
14
15 SRC_URI += "file://0001-build-and-link-with-a-shared-library.patch"
16 SRC_URI += "file://0002-log-add-calling-function-name.patch"
17 SRC_URI += "file://0003-dbus-request-a-name-on-startup.patch"
18