Bluez-Update:
authorMichael Lauer <mickey@vanille-media.de>
Fri, 1 Jul 2005 16:26:26 +0000 (16:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 1 Jul 2005 16:26:26 +0000 (16:26 +0000)
- update bluez-libs to 2.17
- update bluez-utils to 2.17
- fix base.patch against /etc/pcmcia/bluetooth to actually do something

packages/bluez-libs/bluez-libs_2.17.bb [moved from packages/bluez-libs/bluez-libs_2.16.bb with 98% similarity]
packages/bluez-utils/bluez-utils-common_2.17.inc [moved from packages/bluez-utils/bluez-utils-common_2.16.inc with 100% similarity]
packages/bluez-utils/bluez-utils-dbus_2.17.bb [moved from packages/bluez-utils/bluez-utils-dbus_2.16.bb with 100% similarity]
packages/bluez-utils/bluez-utils-nodbus_2.17.bb [moved from packages/bluez-utils/bluez-utils-nodbus_2.16.bb with 100% similarity]
packages/bluez-utils/files/base.patch

similarity index 98%
rename from packages/bluez-libs/bluez-libs_2.16.bb
rename to packages/bluez-libs/bluez-libs_2.17.bb
index cf80d77..7a5df4e 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
+PR = "r0"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
 
index dbbff51..c4bb288 100644 (file)
@@ -3,19 +3,20 @@
 # Patch managed by http://www.holgerschurig.de/patcher.html
 #
 
---- bluez-utils-2.14/pcmcia/bluetooth~base
-+++ bluez-utils-2.14/pcmcia/bluetooth
-@@ -15,6 +15,9 @@
- if [ -r ./shared ]; then . ./shared ; else . /etc/pcmcia/shared ; fi
+--- bluez-utils-2.17/pcmcia/bluetooth~base.patch
++++ bluez-utils-2.17/pcmcia/bluetooth
+@@ -18,6 +18,10 @@
+ # Get device attributes
+ get_info $DEVICE
  
 +test "$DEVICE" = "ttyS7" && DEVICE="/dev/tts/7"
 +test -z "$MANFID" && MANFID="bcsp"
++test "$MANFID" = "0000,0000" && MANFID="bcsp"
 +
- # Get device attributes
- get_info $DEVICE
-@@ -25,7 +28,7 @@
+ #
+ # Serial devices
+ #
+@@ -25,7 +29,7 @@
      IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'`
      setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ