From: Jan Lübbe Date: Tue, 17 Feb 2009 16:49:28 +0000 (+0000) Subject: bluez4: ship the other config files X-Git-Tag: Release-2010-05/1~3975^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f41c851c361435693b8d667bfd67770fda6596;p=openembedded.git bluez4: ship the other config files --- diff --git a/packages/bluez/bluez4_4.30.bb b/packages/bluez/bluez4_4.30.bb index 55386c0446..6499e3ff43 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"