diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-15 12:51:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-15 12:51:58 +0000 |
commit | 0d0b837b8a9c247f7ca16f6efafc33eaedaf7b3f (patch) | |
tree | e221d6c0e8f3a7f09499eb862776ecb774ffb0c8 /packages/bluez | |
parent | 7a6b315cf123f79f454598c3068e2e017b156e92 (diff) |
bluez-utils: enhance 3.10.1, move some stuff from include
Diffstat (limited to 'packages/bluez')
-rw-r--r-- | packages/bluez/bluez-utils.inc | 8 | ||||
-rw-r--r-- | packages/bluez/bluez-utils_3.10.1.bb | 45 | ||||
-rw-r--r-- | packages/bluez/bluez-utils_3.9.bb | 7 |
3 files changed, 37 insertions, 23 deletions
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc index 886a5a3d55..b6f9660fa7 100644 --- a/packages/bluez/bluez-utils.inc +++ b/packages/bluez/bluez-utils.inc @@ -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" diff --git a/packages/bluez/bluez-utils_3.10.1.bb b/packages/bluez/bluez-utils_3.10.1.bb index 59dde38571..44827dc2d0 100644 --- a/packages/bluez/bluez-utils_3.10.1.bb +++ b/packages/bluez/bluez-utils_3.10.1.bb @@ -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 \ " diff --git a/packages/bluez/bluez-utils_3.9.bb b/packages/bluez/bluez-utils_3.9.bb index e710e8c8f6..fba32e08e6 100644 --- a/packages/bluez/bluez-utils_3.9.bb +++ b/packages/bluez/bluez-utils_3.9.bb @@ -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" |