aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-04-19 19:16:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-04-19 19:16:48 +0000
commit08f0297e0fb121a8d5f13b6b755ac82acfb190c8 (patch)
tree705c4b7051ec1fc0004f6e11a7cffa2db73add78
parent57834d16327cb0b066d1dcf6a2ed1727f96eeaa8 (diff)
downloadopenembedded-08f0297e0fb121a8d5f13b6b755ac82acfb190c8.tar.gz
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
-rw-r--r--packages/bluez-utils/bluez-utils-common_2.14.inc6
-rw-r--r--packages/bluez-utils/files/bluetooth.conf0
2 files changed, 4 insertions, 2 deletions
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
--- /dev/null
+++ b/packages/bluez-utils/files/bluetooth.conf