bluez-utils: fix do_install. passkey-agent moved to test/
authorKoen Kooi <koen@openembedded.org>
Sun, 22 Jun 2008 17:06:15 +0000 (17:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 22 Jun 2008 17:06:15 +0000 (17:06 +0000)
packages/bluez/bluez-utils3.inc

index 80579ce..0bbba2c 100644 (file)
@@ -82,7 +82,8 @@ do_install_append() {
        chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
        install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
         install -m 0644 ${S}/rfcomm/rfcomm.conf ${D}${sysconfdir}/bluetooth/
-        install -m 0755 ${S}/daemon/.libs/passkey-agent ${D}${base_bindir}/
+        install -m 0755 ${S}/daemon/.libs/passkey-agent ${D}${base_bindir}/ ||true 
+               install -m 0755 ${S}/test/.libs/passkey-agent ${D}${base_bindir}/ ||true
 }