blueprobe 0.18: fix makefile so that it actually builds
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 2 Mar 2009 22:38:31 +0000 (23:38 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 2 Mar 2009 22:38:31 +0000 (23:38 +0100)
remove older ones

16 files changed:
packages/blueprobe/blueprobe-0.15/h6300.patch [deleted file]
packages/blueprobe/blueprobe-0.15/hx4700.patch [deleted file]
packages/blueprobe/blueprobe-0.16/h6300.patch [deleted file]
packages/blueprobe/blueprobe-0.16/hx4700.patch [deleted file]
packages/blueprobe/blueprobe-0.17/h2200-fixup.patch [deleted file]
packages/blueprobe/blueprobe-0.17/htcuniversal.patch [deleted file]
packages/blueprobe/blueprobe-0.17/hwuart.patch [deleted file]
packages/blueprobe/blueprobe-0.17/hx4700.patch [deleted file]
packages/blueprobe/blueprobe-0.18/fix-makefile.patch [new file with mode: 0644]
packages/blueprobe/blueprobe.inc
packages/blueprobe/blueprobe_0.13.bb [deleted file]
packages/blueprobe/blueprobe_0.14.bb [deleted file]
packages/blueprobe/blueprobe_0.15.bb [deleted file]
packages/blueprobe/blueprobe_0.16.bb [deleted file]
packages/blueprobe/blueprobe_0.17.bb [deleted file]
packages/blueprobe/blueprobe_0.18.bb

diff --git a/packages/blueprobe/blueprobe-0.15/h6300.patch b/packages/blueprobe/blueprobe-0.15/h6300.patch
deleted file mode 100644 (file)
index 39de775..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur blueprobe-0.15_orig/blueprobe.init blueprobe-0.15_h6300_fix/blueprobe.init
---- blueprobe-0.15_orig/blueprobe.init 2005-10-05 22:37:35.706302041 +0300
-+++ blueprobe-0.15_h6300_fix/blueprobe.init    2005-10-05 22:54:51.840676832 +0300
-@@ -57,6 +57,13 @@
-       SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-       PROBE=no
-       ;;
-+    "HP iPAQ H6300")
-+      BLUETOOTH=yes
-+      PORT=/dev/ttyS0
-+      SPEED=115200
-+      PROTO=texas
-+      PROBE=no
-+      ;;
-     *)
-       BLUETOOTH=no
-         ;;
diff --git a/packages/blueprobe/blueprobe-0.15/hx4700.patch b/packages/blueprobe/blueprobe-0.15/hx4700.patch
deleted file mode 100644 (file)
index 692f33f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- blueprobe-0.14/blueprobe.init.orig 2005-09-05 22:03:57 +0200
-+++ blueprobe-0.14/blueprobe.init      2005-09-05 22:09:34 +0200
-@@ -47,6 +47,14 @@
-         PROTO=bcsp
-       PROBE=yes
-       ;;
-+    "HP iPAQ HX4700")
-+      BLUETOOTH=yes
-+      PORT=/dev/ttyS1
-+      SPEED=921600
-+      PROTO=texas
-+      SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-+      PROBE=no
-+      ;;
-     *)
-       BLUETOOTH=no
-         ;;
-@@ -67,5 +75,8 @@
-     echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
-     echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
-     echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
-+    if [ "$SCRIPT" != "" ] && [ -f "$SCRIPT" ]; then
-+      echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
-+    fi
-   fi
- fi
diff --git a/packages/blueprobe/blueprobe-0.16/h6300.patch b/packages/blueprobe/blueprobe-0.16/h6300.patch
deleted file mode 100644 (file)
index 39de775..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur blueprobe-0.15_orig/blueprobe.init blueprobe-0.15_h6300_fix/blueprobe.init
---- blueprobe-0.15_orig/blueprobe.init 2005-10-05 22:37:35.706302041 +0300
-+++ blueprobe-0.15_h6300_fix/blueprobe.init    2005-10-05 22:54:51.840676832 +0300
-@@ -57,6 +57,13 @@
-       SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-       PROBE=no
-       ;;
-+    "HP iPAQ H6300")
-+      BLUETOOTH=yes
-+      PORT=/dev/ttyS0
-+      SPEED=115200
-+      PROTO=texas
-+      PROBE=no
-+      ;;
-     *)
-       BLUETOOTH=no
-         ;;
diff --git a/packages/blueprobe/blueprobe-0.16/hx4700.patch b/packages/blueprobe/blueprobe-0.16/hx4700.patch
deleted file mode 100644 (file)
index 69610e8..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- blueprobe-0.14/blueprobe.init.orig 2005-09-05 22:03:57 +0200
-+++ blueprobe-0.14/blueprobe.init      2005-09-05 22:09:34 +0200
-@@ -47,6 +47,18 @@
-         PROTO=bcsp
-       PROBE=yes
-       ;;
-+    "HP iPAQ HX4700")
-+      BLUETOOTH=yes
-+      PORT=/dev/ttyS1
-+      PROTO=texas
-+      SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-+      if [ -f "$SCRIPT" ]; then
-+              SPEED=921600
-+      else
-+              SPEED=115200
-+      fi
-+      PROBE=no
-+      ;;
-     *)
-       BLUETOOTH=no
-         ;;
-@@ -67,5 +75,8 @@
-     echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
-     echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
-     echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
-+    if [ "$SCRIPT" != "" ] && [ -f "$SCRIPT" ]; then
-+      echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
-+    fi
-   fi
- fi
diff --git a/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch b/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch
deleted file mode 100644 (file)
index 965bbf4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/blueprobe.init        2006-05-10 18:38:42.581557352 +0200
-+++ blueprobe-0.17/blueprobe.init      2006-05-10 18:38:54.001821208 +0200
-@@ -28,7 +28,7 @@
-   case `module_id` in
-     "HP iPAQ H2200")
-       BLUETOOTH=yes
--      PORT=/dev/tts/3
-+      PORT=/dev/ttyS3
-       SPEED=921600
-       PROBE=no
-       RADIO_VER=`h2200_radio_version`
diff --git a/packages/blueprobe/blueprobe-0.17/htcuniversal.patch b/packages/blueprobe/blueprobe-0.17/htcuniversal.patch
deleted file mode 100644 (file)
index f84a36b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- blueprobe-0.17/blueprobe.init.orig 2006-01-21 19:47:56.000000000 +0100
-+++ blueprobe-0.17/blueprobe.init      2006-06-15 00:40:57.000000000 +0200
-@@ -74,6 +74,15 @@
-       PROTO=texas
-       PROBE=no
-       ;;
-+    "HTC Universal")
-+      BLUETOOTH=yes
-+      PORT=/dev/ttyS1
-+      SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-+      SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`'
-+      PROTO=texas
-+      PROBE=no
-+      ;;
-+                                              
-     *)
-       BLUETOOTH=no
-         ;;
diff --git a/packages/blueprobe/blueprobe-0.17/hwuart.patch b/packages/blueprobe/blueprobe-0.17/hwuart.patch
deleted file mode 100644 (file)
index 274c145..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: base/blueprobe/blueprobe.init
-===================================================================
---- base/blueprobe/blueprobe.init      (revision 8939)
-+++ base/blueprobe/blueprobe.init      (working copy)
-@@ -46,14 +46,14 @@
-       ;;
-     "HP iPAQ H5400")
-       BLUETOOTH=yes
--      PORT=/dev/tts/1
-+      PORT=/dev/ttyS3
-       SPEED=921600
-         PROTO=any
-       PROBE=yes
-       ;;
-     "HP iPAQ H3900")
-       BLUETOOTH=yes
--      PORT=/dev/tts/1
-+      PORT=/dev/ttyS1
-       SPEED=921600
-         PROTO=bcsp
-       PROBE=yes
diff --git a/packages/blueprobe/blueprobe-0.17/hx4700.patch b/packages/blueprobe/blueprobe-0.17/hx4700.patch
deleted file mode 100644 (file)
index f1ee19e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- blueprobe-0.17/blueprobe.init.orig 2006-01-22 13:19:14.000000000 +0100
-+++ blueprobe-0.17/blueprobe.init      2006-01-22 13:23:21.000000000 +0100
-@@ -70,7 +70,8 @@
-     "HP iPAQ HX4700")
-       BLUETOOTH=yes
-       PORT=/dev/ttyS1
--      SPEED=115200
-+      SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-+      SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`'
-       PROTO=texas
-       PROBE=no
-       ;;
-@@ -99,6 +100,9 @@
-   echo "BLUETOOTH=$BLUETOOTH" >/etc/sysconfig/bluetooth
-   if [ $BLUETOOTH = "yes" ]; then
-     echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
-+    if [ "$SCRIPT" != "" ]; then
-+      echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
-+    fi
-     echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
-     echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
-   fi
diff --git a/packages/blueprobe/blueprobe-0.18/fix-makefile.patch b/packages/blueprobe/blueprobe-0.18/fix-makefile.patch
new file mode 100644 (file)
index 0000000..f1bad8b
--- /dev/null
@@ -0,0 +1,13 @@
+Index: blueprobe-0.18/Makefile
+===================================================================
+--- blueprobe-0.18.orig/Makefile
++++ blueprobe-0.18/Makefile
+@@ -28,7 +28,7 @@
+ install-program: $(PACKAGE)
+       install -d $(DESTDIR)/etc/sysconfig
+       install -d $(DESTDIR)$(PREFIX)/bin
+-      install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++      install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+       install -d $(DESTDIR)/etc/init.d
+       install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
+       install -d $(DESTDIR)/etc/rcS.d
index 894a3eb..4b31a28 100644 (file)
@@ -1,4 +1,5 @@
+DESCRIPTION = "Discovers machine-specific Bluetooth parameters"
 SECTION = "base"
 LICENSE = "GPL"
-DESCRIPTION = "Discovers machine-specific Bluetooth parameters"
+
 inherit gpe
diff --git a/packages/blueprobe/blueprobe_0.13.bb b/packages/blueprobe/blueprobe_0.13.bb
deleted file mode 100644 (file)
index 50ea03e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require blueprobe.inc
diff --git a/packages/blueprobe/blueprobe_0.14.bb b/packages/blueprobe/blueprobe_0.14.bb
deleted file mode 100644 (file)
index 50ea03e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require blueprobe.inc
diff --git a/packages/blueprobe/blueprobe_0.15.bb b/packages/blueprobe/blueprobe_0.15.bb
deleted file mode 100644 (file)
index e39407c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require blueprobe.inc
-
-PR = "r2"
-
-SRC_URI += "file://hx4700.patch;patch=1 \
-                 file://h6300.patch;patch=1"
diff --git a/packages/blueprobe/blueprobe_0.16.bb b/packages/blueprobe/blueprobe_0.16.bb
deleted file mode 100644 (file)
index db19033..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require blueprobe.inc
-
-PR = "r1"
-
-SRC_URI += "file://hx4700.patch;patch=1 \
-           file://h6300.patch;patch=1"
diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb
deleted file mode 100644 (file)
index b82bedf..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-require blueprobe.inc
-
-PR = "r3"
-
-SRC_URI += "file://hx4700.patch;patch=1 \
-           file://h2200-fixup.patch;patch=1 \
-            file://htcuniversal.patch;patch=1 \
-           file://hwuart.patch;patch=1;pnum=2"
index d040574..7ad62d8 100644 (file)
@@ -1,7 +1,9 @@
 require blueprobe.inc
+PR = "r6"
 
-PR = "r5"
-
-SRC_URI += "file://h4000.patch;patch=1 \
-            file://uclibc-fix.patch;patch=1 \
-           file://rx3000.patch;patch=1"
+SRC_URI += "\
+  file://fix-makefile.patch;patch=1 \
+  file://h4000.patch;patch=1 \
+  file://uclibc-fix.patch;patch=1 \
+  file://rx3000.patch;patch=1 \
+"