summaryrefslogtreecommitdiff
path: root/packages/bluez/bluez-utils_3.19.bb
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-utils_3.19.bb
parentcaa2c5fa1834f1de765010731edf2952ccac1366 (diff)
bluez: fix problems with CONFFILES, rfcomm.conf goes into -compat
Diffstat (limited to 'packages/bluez/bluez-utils_3.19.bb')
-rw-r--r--packages/bluez/bluez-utils_3.19.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/bluez/bluez-utils_3.19.bb b/packages/bluez/bluez-utils_3.19.bb
index c0a4f460ba..48f147aa69 100644
--- a/packages/bluez/bluez-utils_3.19.bb
+++ b/packages/bluez/bluez-utils_3.19.bb
@@ -18,6 +18,12 @@ EXTRA_OECONF = " \
--enable-test \
"
+CONFFILES_${PN} = " \
+ ${sysconfdir}/bluetooth/hcid.conf \
+ ${sysconfdir}/default/bluetooth \
+ "
+
+CONFFILES_${PN}-compat = " \
+ ${sysconfdir}/bluetooth/rfcomm.conf \
+ "
-CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
- ${sysconfdir}/default/bluetooth" \ No newline at end of file