diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-01-23 16:15:25 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-05 17:49:54 +0000 |
commit | c45640696cbd5579168b317ab4ed27320fce3eb4 (patch) | |
tree | 4c042faa43be6bcf2cfbc86f70d38261daf7657f /meta-agl-profile-core | |
parent | 819dee4ee7b08bfdaef0e0a71594041074b390e1 (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>
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb | 7 |
1 files changed, 1 insertions, 6 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..84ba04fa8 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" @@ -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\ -" |