From aafe98f54c021f009133a6ed9a0c1e79b67cafe5 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 6 Feb 2019 00:12:22 +0000 Subject: [PATCH] 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 --- .../recipes-connectivity/bluez-alsa/bluez-alsa_git.bb | 5 +++++ 1 file changed, 5 insertions(+) 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\ +" -- 2.16.6