summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-14 10:49:13 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-14 10:49:13 +0000
commit2fa3f226a7ae8d4f034bf99f0a3e65496859129c (patch)
tree85b6bcdb453a8aaff57639b91b68c063660cb8de
parent64a6ff40747787e04aa6e5a240e5786e00a5bb93 (diff)
bluez-utils: groundwork for 0.3.10 recipe - DO NOT USE FOR PRODUCTION
Since this was a big update from 0.3.9: * DEFAULT_PREFERENCE = "-1" * the TI initscript patch doesn't apply - needs updating (affected machine: hx4700, htcuniversal and others) * The "any" -> BCSP patch for serial cards was declared crap by Marcel Holtmann and thus removed * The initscript *needs* updating * Also needs http://twibble.org/dist/oe/var-volatiles-1.patch to preserve pairing information
-rw-r--r--packages/bluez/bluez-utils_3.10.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.10.bb b/packages/bluez/bluez-utils_3.10.bb
new file mode 100644
index 0000000000..fd7cb235f9
--- /dev/null
+++ b/packages/bluez/bluez-utils_3.10.bb
@@ -0,0 +1,10 @@
+require bluez-utils.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
+ file://hcid.conf \
+ file://02dtl1_cs.sh \
+ "
+
+PR = "r0"