From 9f856087f927d695b1c74dddbc65db726bfd4a9b Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 23 Jan 2019 16:15:25 +0100 Subject: bluez-alsa: bump to master version of 2019-01-17 Fix version has a fix for a crash when PCM are released Also, no longer populate the PCM and control plugins in the recipe, because it is done by the "install" rule of the package makefile. BUG-AGL:SPEC-2126 Change-Id: Iff582a3c7dec7f215a109673582f210ef40f1903 Signed-off-by: Thierry Bultel (cherry picked from commit c45640696cbd5579168b317ab4ed27320fce3eb4) --- .../recipes-connectivity/bluez-alsa/bluez-alsa_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb b/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb index 6614d2274..be02d7877 100644 --- a/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb +++ b/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=88dc1c98120259ae67b82222d7aff5c1" SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master" -SRCREV = "56fcc3215e9a7e0a4576c1bcc544ec9aad2d937f" +SRCREV = "862a4b2cfd432444d62c00ee1394f6abd1433063" SRC_URI += "file://bluez-alsa.service" @@ -37,7 +37,7 @@ do_install_append () { } FILES_${PN} += "\ - ${datadir}/alsa/alsa.conf.d/20-bluealsa.conf\ - ${libdir}/alsa-lib/libasound_module_ctl_bluealsa.so\ - ${libdir}/alsa-lib/libasound_module_pcm_bluealsa.so\ + ${datadir}/alsa/alsa.conf.d/20-bluealsa.conf\ + ${libdir}/alsa-lib/libasound_module_ctl_bluealsa.so\ + ${libdir}/alsa-lib/libasound_module_pcm_bluealsa.so\ " -- cgit 1.2.3-korg