summaryrefslogtreecommitdiff
path: root/packages/bluez/bluez-utils3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-19 07:59:01 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-19 07:59:01 +0000
commit3fd31ec742200fbd289817eea89af27a7907b374 (patch)
tree741e18c09fbecc3ee4f37b402cdc622d4561e205 /packages/bluez/bluez-utils3.inc
parentcaa2c5fa1834f1de765010731edf2952ccac1366 (diff)
bluez: fix problems with CONFFILES, rfcomm.conf goes into -compat
Diffstat (limited to 'packages/bluez/bluez-utils3.inc')
-rw-r--r--packages/bluez/bluez-utils3.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/bluez/bluez-utils3.inc b/packages/bluez/bluez-utils3.inc
index ddf90a2248..8f787292ba 100644
--- a/packages/bluez/bluez-utils3.inc
+++ b/packages/bluez/bluez-utils3.inc
@@ -76,6 +76,7 @@ do_install_append() {
rmdir ${D}${bindir} ${D}${sbindir}
chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
+ install -m 0644 ${S}/rfcomm/rfcomm.conf ${D}${sysconfdir}/bluetooth/
install -m 0755 ${S}/daemon/.libs/passkey-agent ${D}${base_bindir}/
}
@@ -86,14 +87,6 @@ INITSCRIPT_PARAMS = "defaults 23 19"
PACKAGES =+ "${PN}-compat"
-CONFFILES_${PN} = " \
- ${sysconfdir}/bluetooth/hcid.conf \
- ${sysconfdir}/default/bluetooth \
- "
-
-CONFFILES_${PN}-compat = " \
- ${sysconfdir}/bluetooth/rfcomm.conf \
- "
FILES_${PN} = " \
${base_sbindir}/hcid \