[OE-core] [PATCH 1/2] bluez4: Install simple-agent utility for pairing bluetooth devices

Zhong Hongbo hongbo.zhong at windriver.com
Wed Nov 13 10:08:54 UTC 2013


From: Zhong Hongbo <hongbo.zhong at windriver.com>

Signed-off-by: Zhong Hongbo <hongbo.zhong at windriver.com>
---
 meta/recipes-connectivity/bluez/bluez4_4.101.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
index d6c3e26..c3444ab 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
@@ -18,6 +18,8 @@ do_install_append() {
 	install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
 	install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
 	install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
+	install -m 0755 ${S}/test/simple-agent ${D}/${bindir}/simple-agent
+
 	# at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT
 	install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
 }
-- 
1.7.9.5




More information about the Openembedded-core mailing list