From 345df770fb7861cf5c2f55cf65559c954a1918ee Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 26 Dec 2018 21:33:45 +0100 Subject: 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 --- .../recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend') 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" -- cgit 1.2.3-korg