diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-19 07:59:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-19 07:59:01 +0000 |
commit | 3fd31ec742200fbd289817eea89af27a7907b374 (patch) | |
tree | 741e18c09fbecc3ee4f37b402cdc622d4561e205 /packages/bluez/bluez-utils_3.18.bb | |
parent | caa2c5fa1834f1de765010731edf2952ccac1366 (diff) |
bluez: fix problems with CONFFILES, rfcomm.conf goes into -compat
Diffstat (limited to 'packages/bluez/bluez-utils_3.18.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.18.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/bluez/bluez-utils_3.18.bb b/packages/bluez/bluez-utils_3.18.bb index c0a4f460ba..48f147aa69 100644 --- a/packages/bluez/bluez-utils_3.18.bb +++ b/packages/bluez/bluez-utils_3.18.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 |