diff options
-rw-r--r-- | packages/bluez-utils/bluez-utils-common_2.14.inc | 6 | ||||
-rw-r--r-- | packages/bluez-utils/files/bluetooth.conf | 0 |
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 |