[oe-commits] Jan Lübbe : bluez4: ship the other config files

GIT User account git at amethyst.openembedded.net
Tue Feb 17 19:23:27 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 38f41c851c361435693b8d667bfd67770fda6596
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=38f41c851c361435693b8d667bfd67770fda6596

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Tue Feb 17 16:49:28 2009 +0000

bluez4: ship the other config files

---

 packages/bluez/bluez4_4.30.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/bluez/bluez4_4.30.bb b/packages/bluez/bluez4_4.30.bb
index 55386c0..6499e3f 100644
--- a/packages/bluez/bluez4_4.30.bb
+++ b/packages/bluez/bluez4_4.30.bb
@@ -39,6 +39,12 @@ EXTRA_OECONF = "\
   --disable-pcmciarules \
 "
 
+do_install_append() {
+        install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
+        install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
+        install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
+}
+
 PACKAGES =+ "gst-plugin-bluez libasound-module-bluez"
 
 FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so"





More information about the Openembedded-commits mailing list