bluez4: ship the other config files
authorJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 16:49:28 +0000 (16:49 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 19:22:09 +0000 (19:22 +0000)
packages/bluez/bluez4_4.30.bb

index 55386c0..6499e3f 100644 (file)
@@ -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"