[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5863/8267] bluez5: do not install audio.conf
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 5863/8267] bluez5: do not install audio.conf
- Date: Sun, 17 Dec 2017 04:02:11 +0000 (UTC)
commit 934087843e3fd2c8836cb9ee7f04580775adb55b
Author: Marc Ferland <ferlandm amotus ca>
Date: Tue Apr 25 10:48:39 2017 -0400
bluez5: do not install audio.conf
The audio.conf file has been removed, stop installing it.
(From OE-Core rev: 4354fcad22322a80375668bc1beaac9219291136)
Signed-off-by: Marc Ferland <ferlandm amotus ca>
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-connectivity/bluez5/bluez5.inc | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index c8a240f..47d8f22 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -56,9 +56,6 @@ do_install_append() {
install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth
install -d ${D}${sysconfdir}/bluetooth/
- if [ -f ${S}/profiles/audio/audio.conf ]; then
- install -m 0644 ${S}/profiles/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
- fi
if [ -f ${S}/profiles/network/network.conf ]; then
install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]