aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-09 09:01:25 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-09 09:01:25 +0000
commita69acd9afd2e20a621d4f073df48000c68b731ea (patch)
treea8da85859731d8c3d46ec7c90cba3f63a60db69d /packages/bluez
parente161167cfb2f77d56ca8e169c6435e632ec789fc (diff)
downloadopenembedded-a69acd9afd2e20a621d4f073df48000c68b731ea.tar.gz
bluez-utils: restore device naming behaviour that got lost after removing bluez-utils-3.x from FILESPATH
Diffstat (limited to 'packages/bluez')
-rw-r--r--packages/bluez/bluez-utils/hcid.conf4
-rw-r--r--packages/bluez/bluez-utils_3.33.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/bluez/bluez-utils/hcid.conf b/packages/bluez/bluez-utils/hcid.conf
index bb935aa23d..a7164f6eb0 100644
--- a/packages/bluez/bluez-utils/hcid.conf
+++ b/packages/bluez/bluez-utils/hcid.conf
@@ -21,7 +21,7 @@ options {
pairing multi;
# Default PIN code for incoming connections
- passkey "BlueZ";
+ passkey "1234";
}
# Default settings for HCI devices
@@ -29,7 +29,7 @@ device {
# Local device name
# %d - device id
# %h - host name
- name "BlueZ (%d)";
+ name "%h (%d)";
# Local device class
class 0x120112;
diff --git a/packages/bluez/bluez-utils_3.33.bb b/packages/bluez/bluez-utils_3.33.bb
index e4b5f21a84..dc0ee8e739 100644
--- a/packages/bluez/bluez-utils_3.33.bb
+++ b/packages/bluez/bluez-utils_3.33.bb
@@ -1,5 +1,7 @@
require bluez-utils3.inc
+PR = "r1"
+
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \