git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd44960
)
bluez4: ship the other config files
author
Jan Lübbe
<jluebbe@debian.org>
Tue, 17 Feb 2009 16:49:28 +0000
(16:49 +0000)
committer
Jan Lübbe
<jluebbe@debian.org>
Tue, 17 Feb 2009 19:22:09 +0000
(19:22 +0000)
packages/bluez/bluez4_4.30.bb
patch
|
blob
|
history
diff --git
a/packages/bluez/bluez4_4.30.bb
b/packages/bluez/bluez4_4.30.bb
index
55386c0
..
6499e3f
100644
(file)
--- 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"