From: Stephane Desneux <stephane.desneux@iot.bzh>
Date: Wed, 6 Feb 2019 00:12:22 +0000 (+0000)
Subject: bluez-alsa: fix FTBS caused by change #19721 (c456406)
X-Git-Tag: 7.90.0~3
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=aafe98f54c021f009133a6ed9a0c1e79b67cafe5;p=AGL%2Fmeta-agl.git

bluez-alsa: fix FTBS caused by change #19721 (c456406)

Some files have been removed from packaging by error. This patch just adds
back the missing files.

Change-Id: I1c3d44f62d6193f5814d18454e3b2c5e6391c85e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
---

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 84ba04fa8..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
@@ -36,3 +36,8 @@ 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\
+"