diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-01-20 18:31:51 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-01-20 18:32:39 +0000 |
commit | b52d3f4781c0e703dc06f6cc2f7686eb84ef6491 (patch) | |
tree | 0aa37dc97a6ba18dbb397cbcf1ce104c2ad7e540 /packages | |
parent | 67de5e9dc9b05da6bafcc639f98743769d70f8d2 (diff) |
bluez4-utils: ship missing files, bluetoothd can start now
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bluez/bluez4-utils_4.24.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/bluez/bluez4-utils_4.24.bb b/packages/bluez/bluez4-utils_4.24.bb index 56fc039496..b7e2efa387 100644 --- a/packages/bluez/bluez4-utils_4.24.bb +++ b/packages/bluez/bluez4-utils_4.24.bb @@ -1,6 +1,6 @@ require bluez.inc -PR = "r0" +PR = "r1" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ file://hcid.conf \ @@ -31,6 +31,7 @@ EXTRA_OECONF = " \ CONFFILES_${PN} = " \ ${sysconfdir}/bluetooth/hcid.conf \ + ${sysconfdir}/bluetooth/main.conf \ ${sysconfdir}/default/bluetooth \ " @@ -41,10 +42,13 @@ CONFFILES_${PN}-compat = " \ PACKAGES =+ "bluez-audio" FILES_${PN} = " \ + ${base_sbindir}/bluetoothd \ ${base_sbindir}/hcid \ + ${libdir}/libbluetooth.so.* \ ${libdir}/bluetooth/plugins/*.so \ ${sysconfdir}/init.d/bluetooth \ ${sysconfdir}/bluetooth/hcid.conf \ + ${sysconfdir}/bluetooth/main.conf \ ${sysconfdir}/default \ ${sysconfdir}/dbus-1 \ ${base_sbindir}/hciattach \ |