aboutsummaryrefslogtreecommitdiffstats
path: root/bluez-utils
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-09-21 23:39:31 +0000
committerHolger Freyther <zecke@selfish.org>2004-09-21 23:39:31 +0000
commit45c704fe6490c574675b2bb4759d4f6009ff703d (patch)
tree65184887edb57426f598643b6e1f9120df639488 /bluez-utils
parent27e68c51dfae95abdf6089c6d392dd22bc529a99 (diff)
downloadopenembedded-45c704fe6490c574675b2bb4759d4f6009ff703d.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/09/22 00:23:28+01:00 (none)!pb Merge bk://openembedded@openembedded.bkbits.net/packages into stealth.(none):/home/pb/oe/oe-packages 2004/09/22 00:22:38+01:00 (none)!pb apply bluez pcmcia patch from Tim Dodge BKrev: 4150bbb3JJCI1OvLAM3QqzmEJCsnIw
Diffstat (limited to 'bluez-utils')
-rw-r--r--bluez-utils/bluez-utils-2.9/bluetooth_conf.patch0
-rw-r--r--bluez-utils/bluez-utils_2.9.oe10
2 files changed, 6 insertions, 4 deletions
diff --git a/bluez-utils/bluez-utils-2.9/bluetooth_conf.patch b/bluez-utils/bluez-utils-2.9/bluetooth_conf.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/bluez-utils/bluez-utils-2.9/bluetooth_conf.patch
diff --git a/bluez-utils/bluez-utils_2.9.oe b/bluez-utils/bluez-utils_2.9.oe
index 05b9173512..18244f6a2d 100644
--- a/bluez-utils/bluez-utils_2.9.oe
+++ b/bluez-utils/bluez-utils_2.9.oe
@@ -1,13 +1,14 @@
DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "bluez-libs"
+DEPENDS = "bluez-libs pcmcia-cs"
RPROVIDES = "bluez-pan bluez-sdp"
-PR = "r2"
+PR = "r3"
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz"
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
+ file://bluetooth_conf.patch;patch=1"
-EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
+EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} --enable-pcmcia"
do_install_append() {
install -d ${D}/sbin ${D}/bin/
@@ -15,6 +16,7 @@ do_install_append() {
mv ${D}${bindir}/* ${D}/bin/
rmdir ${D}${bindir} ${D}${sbindir}
chmod u+s ${D}/sbin/hciattach ${D}/sbin/hciconfig
+ chmod 755 ${D}/etc/pcmcia/bluetooth
}
inherit autotools update-rc.d