aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-06 11:59:32 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-06 11:59:32 +0000
commit7acfd26c06a4d910fda1f246fa21cb0610c7cf4c (patch)
tree686815580e663d88139f60024e046d76a55851b4 /packages/bluez
parent3eb8eb685e9192a2d844f071cd121b47b839ddea (diff)
downloadopenembedded-7acfd26c06a4d910fda1f246fa21cb0610c7cf4c.tar.gz
module-init-tools: prefer 3.2.1 over 3.2-pre4
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
Diffstat (limited to 'packages/bluez')
-rw-r--r--packages/bluez/bluez-utils-dbus_2.21.bb3
-rw-r--r--packages/bluez/bluez-utils.inc5
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/bluez/bluez-utils-dbus_2.21.bb b/packages/bluez/bluez-utils-dbus_2.21.bb
index 58b2725143..abe6dc2656 100644
--- a/packages/bluez/bluez-utils-dbus_2.21.bb
+++ b/packages/bluez/bluez-utils-dbus_2.21.bb
@@ -3,7 +3,6 @@ include bluez-utils.inc
PR = "r2"
DEPENDS += "dbus"
-SRC_URI += "file://dbus.patch;patch=1 \
- file://smash.patch;patch=1 \
+SRC_URI += "file://smash.patch;patch=1 \
file://hcid-alignment-fix.patch;patch=1"
EXTRA_OECONF += "--with-dbus"
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc
index 07dc5d6125..a4652b17ab 100644
--- a/packages/bluez/bluez-utils.inc
+++ b/packages/bluez/bluez-utils.inc
@@ -4,11 +4,13 @@ PRIORITY = "optional"
DEPENDS = "bluez-libs-${PV} pcmcia-cs"
RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils"
LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
file://base.patch;patch=1 \
file://blueboxes.patch;patch=1 \
+ file://hciattach-ti-bts.patch;patch=1 \
+ file://TIInit_3.2.26.bts \
file://hcid.conf \
file://bluetooth.default \
file://bluetooth.conf "
@@ -40,6 +42,7 @@ do_install_append() {
chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
+ install -m 0644 ${WORKDIR}/TIInit_3.2.26.bts ${D}${sysconfdir}/bluetooth/
install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
}