diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-06-27 03:11:08 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-06-27 03:11:08 +0000 |
commit | fe8a092442c3fff0ff1ec2e82a5880c7cc11b5fa (patch) | |
tree | 92151784002dfa697e52d215c91743d71068d577 /packages | |
parent | 757c8cfe4ec252f50fca7e67292911e758036a37 (diff) | |
parent | 0f8ea9348a1fec154ef3e3ffe002434993de83bb (diff) |
merge of '3138c13a7a9b08f8cfb5650c96e544ad82b3b84a'
and '4c78f5500334d26f8fcbdeda6f4a013b43269e86'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bluez/bluez-utils_3.12.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils_3.12.bb b/packages/bluez/bluez-utils_3.12.bb index 7da64b5c8e..e543eed649 100644 --- a/packages/bluez/bluez-utils_3.12.bb +++ b/packages/bluez/bluez-utils_3.12.bb @@ -6,7 +6,7 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://hcid.conf \ file://02dtl1_cs.sh \ " -PR = "r1" +PR = "r2" EXTRA_OECONF = " \ --enable-bccmd \ @@ -103,6 +103,7 @@ FILES_${PN}-compat = " \ ${base_sbindir}/hciconfig \ ${base_sbindir}/bccmd \ ${base_sbindir}/hciemu \ + ${base_sbindir}/hid2hci \ ${base_bindir}/passkey-agent \ ${sysconfdir}/bluetooth/rfcomm.conf \ " |