From: Jan Lübbe Date: Tue, 20 Jan 2009 18:31:51 +0000 (+0000) Subject: bluez4-utils: ship missing files, bluetoothd can start now X-Git-Tag: Release-2010-05/1~4215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52d3f4781c0e703dc06f6cc2f7686eb84ef6491;p=openembedded.git bluez4-utils: ship missing files, bluetoothd can start now --- 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 \