bluez-alsa: bump to master version of 2019-01-17 21/19721/3
authorThierry Bultel <thierry.bultel@iot.bzh>
Wed, 23 Jan 2019 15:15:25 +0000 (16:15 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Feb 2019 17:49:54 +0000 (17:49 +0000)
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>
meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb

index 6614d22..84ba04f 100644 (file)
@@ -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"
 
@@ -36,8 +36,3 @@ do_install_append () {
     install -m 0644 ${WORKDIR}/bluez-alsa.service ${D}${base_libdir}/systemd/system
 }
 
-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\
-"