summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2019-01-23 16:15:25 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2019-02-06 13:12:24 +0100
commit9f856087f927d695b1c74dddbc65db726bfd4a9b (patch)
tree2bc6908f73614af373f3ac90591d68fd31af79b3
parentdba5468652c7a11f31457b7552e8dcd8b1d54f45 (diff)
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 <thierry.bultel@iot.bzh> (cherry picked from commit c45640696cbd5579168b317ab4ed27320fce3eb4)
-rw-r--r--meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb8
1 files 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\
"