diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-12-26 21:33:45 +0100 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-12-26 21:33:45 +0100 |
commit | 345df770fb7861cf5c2f55cf65559c954a1918ee (patch) | |
tree | 27d84343c120d6e6c183f09db20306e7b07f1c03 /meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | |
parent | 17fd325e9416070c42ee61768f655435dc09aafc (diff) |
bluez-alsa: Added a patch to fix the crash at PCM close
This fixes the random crash at PCM close
Change-Id: I373e4b7e55d6d7d4c3be4a4a7a9f460c00758215
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend')
-rw-r--r-- | meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend b/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend index 43e4632f..8c67037f 100644 --- a/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend +++ b/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend @@ -7,5 +7,4 @@ 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" - - +SRC_URI += "file://0004-Fixed-the-SIGSEGV-at-PCM-close.patch" |