bluez-utils: enhance 3.10.1, move some stuff from include
authorKoen Kooi <koen@openembedded.org>
Tue, 15 May 2007 12:51:58 +0000 (12:51 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 15 May 2007 12:51:58 +0000 (12:51 +0000)
packages/bluez/bluez-utils.inc
packages/bluez/bluez-utils_3.10.1.bb
packages/bluez/bluez-utils_3.9.bb

index 886a5a3..b6f9660 100644 (file)
@@ -48,10 +48,10 @@ do_install_append() {
 CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
        ${sysconfdir}/default/bluetooth"
 
-PACKAGES =+ "${PN}-ciptool bluez-cups-backend"
-FILES_${PN}-ciptool = "/bin/ciptool"
-RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool"
-RCONFLICTS_${PN}-ciptool = "bluez-utils-dbus-ciptool bluez-utils-nodbus"
+PACKAGES =+ " bluez-cups-backend"
+
+FILES_${PN} += " ${libdir}/alsa-lib/*.so "
+FILES_${PN}-dev += " ${libdir}/alsa-lib/*.la "
 
 FILES_bluez-cups-backend = "${libdir}/cups/backend/bluetooth"
 RDEPENDS_bluez-cups-backend = "cups"
index 59dde38..44827dc 100644 (file)
@@ -8,11 +8,10 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
            file://hcid.conf \
            file://02dtl1_cs.sh \
           "
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF = " \
                  --enable-bccmd \
-                --enable-bcm203x \
                 --disable-hid2hci \
                  --disable-alsa \ 
                 --enable-cups \
@@ -63,7 +62,7 @@ EXTRA_OECONF = " \
 #      --disable-hid2hci
 
 
-PACKAGES =+ "${PN}-compat bluez-cups-backend"
+PACKAGES =+ "${PN}-compat"
 
 CONFFILES_${PN} = " \
                    ${sysconfdir}/bluetooth/hcid.conf \
@@ -75,30 +74,38 @@ CONFFILES_${PN}-compat = " \
                         " 
 
 FILES_${PN} = " \
-               ${sbindir}/hcid \
+               ${base_sbindir}/hcid \
                ${libdir}/bluetooth \
                ${sysconfdir}/init.d/bluetooth \
                ${sysconfdir}/bluetooth/*.service \
                ${sysconfdir}/bluetooth/hcid.conf \
                ${sysconfdir}/default \
                ${sysconfdir}/dbus-1 \
-              ${bindir}/hciattach \
-              "        
+              ${base_sbindir}/hciattach \
+              "
+
+#Package 02dtl1_cs.sh, which is a nasty hack to get dtl1c_cs cards working with suspend/resume 
+FILES_${PN} += "${sysconfdir}/apm/"
+
+FILES_${PN}-dbg += " \
+                   ${libdir}/bluetooth/.debug \
+                 " 
 
 FILES_${PN}-compat = " \
-                    ${bindir}/sdptool \
-                    ${bindir}/dund \
-                   ${bindir}/rctest \
-                   ${bindir}/ciptool \
-                   ${bindir}/l2test \
-                   ${bindir}/rfcomm \
-                   ${bindir}/hcitool \
-                   ${bindir}/pand \
-                   ${bindir}/hidd \
-                   ${bindir}/l2ping \
-                   ${bindir}/hciconfig \
-                    ${bindir}/bccmd \
-                   ${bindir}/hciemu \
+                    ${base_bindir}/sdptool \
+                    ${base_bindir}/dund \
+                   ${base_bindir}/rctest \
+                   ${base_bindir}/ciptool \
+                   ${base_bindir}/l2test \
+                   ${base_bindir}/rfcomm \
+                   ${base_bindir}/hcitool \
+                   ${base_bindir}/pand \
+                   ${base_bindir}/hidd \
+                   ${base_bindir}/l2ping \
+                   ${base_sbindir}/hciconfig \
+                    ${base_sbindir}/bccmd \
+                   ${base_sbindir}/hciemu \
+                   ${base_bindir}/passkey-agent \
                    ${sysconfdir}/bluetooth/rfcomm.conf \
                   " 
 
index e710e8c..fba32e0 100644 (file)
@@ -1,3 +1,10 @@
 require bluez-utils.inc
 
+PACKAGES =+ "${PN}-ciptool"
+
+FILES_${PN}-ciptool = "/bin/ciptool"
+RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool"
+RCONFLICTS_${PN}-ciptool = "bluez-utils-dbus-ciptool bluez-utils-nodbus"
+
+
 PR = "r4"