bluez4-utils: ship missing files, bluetoothd can start now
authorJan Lübbe <jluebbe@debian.org>
Tue, 20 Jan 2009 18:31:51 +0000 (18:31 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 20 Jan 2009 18:32:39 +0000 (18:32 +0000)
packages/bluez/bluez4-utils_4.24.bb

index 56fc039..b7e2efa 100644 (file)
@@ -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 \