From 08f0297e0fb121a8d5f13b6b755ac82acfb190c8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 19 Apr 2005 19:16:48 +0000 Subject: add more cards to bluez-utils /etc/pcmcia/bluetooth.conf. Note that we don't override bluetooth.conf, we append to it - so no need to duplicate entries BKrev: 42655920CJ3IQ1sHCyyZ7lfDlDNPdA --- packages/bluez-utils/bluez-utils-common_2.14.inc | 6 ++++-- packages/bluez-utils/files/bluetooth.conf | 0 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 packages/bluez-utils/files/bluetooth.conf diff --git a/packages/bluez-utils/bluez-utils-common_2.14.inc b/packages/bluez-utils/bluez-utils-common_2.14.inc index c5a2dd53ba..4ac1657c84 100644 --- a/packages/bluez-utils/bluez-utils-common_2.14.inc +++ b/packages/bluez-utils/bluez-utils-common_2.14.inc @@ -5,7 +5,7 @@ DEPENDS = "bluez-libs-2.14 pcmcia-cs" RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils" LICENSE = "GPL" PACKAGES =+ "${PN}-ciptool ${PN}-bluepin" -PR = "r4" +PR = "r5" FILES_${PN}-ciptool = "/bin/ciptool" FILES_${PN}-bluepin = "/bin/bluepin" @@ -14,7 +14,8 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://base.patch;patch=1 \ file://blueboxes.patch;patch=1 \ file://hcid.conf \ - file://bluetooth.default" + file://bluetooth.default \ + file://bluetooth.conf " S = "${WORKDIR}/bluez-utils-${PV}" @@ -29,6 +30,7 @@ do_install_append() { chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/ install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth + cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf } inherit autotools update-rc.d diff --git a/packages/bluez-utils/files/bluetooth.conf b/packages/bluez-utils/files/bluetooth.conf new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg