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

GIT User account git at amethyst.openembedded.net
Thu Feb 19 17:06:11 UTC 2009


Module: openembedded.git
Branch: fso/milestone5
Commit: 3f7cc123eaec6686679ae693ade688084cf36e5c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f7cc123eaec6686679ae693ade688084cf36e5c

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 9163010..c66b14d 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