Merge bk://openembedded@openembedded.bkbits.net/packages
authorHolger Freyther <zecke@selfish.org>
Tue, 21 Sep 2004 23:39:31 +0000 (23:39 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 21 Sep 2004 23:39:31 +0000 (23:39 +0000)
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

bluez-utils/bluez-utils-2.9/bluetooth_conf.patch [new file with mode: 0644]
bluez-utils/bluez-utils_2.9.oe

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 (file)
index 0000000..e69de29
index 05b9173..18244f6 100644 (file)
@@ -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