From: Michael Lauer Date: Tue, 19 Apr 2005 19:16:48 +0000 (+0000) Subject: add more cards to bluez-utils /etc/pcmcia/bluetooth.conf. Note that we don't override... X-Git-Tag: Release-2010-05/1~14372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f0297e0fb121a8d5f13b6b755ac82acfb190c8;p=openembedded.git 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 --- 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