[oe-commits] org.oe.dev bluez-utils: fix do_install. passkey-agent moved to test/

koen commit oe at amethyst.openembedded.net
Sun Jun 22 17:16:11 UTC 2008


bluez-utils: fix do_install. passkey-agent moved to test/

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: baa34221f43a077c05372f6d2f1e4931e764d666
ViewMTN: http://monotone.openembedded.org/revision/info/baa34221f43a077c05372f6d2f1e4931e764d666
Files:
1
packages/bluez/bluez-utils3.inc
Diffs:

#
# mt diff -r7caf71e3d597d0de7b3546bbb21095da83680893 -rbaa34221f43a077c05372f6d2f1e4931e764d666
#
#
#
# patch "packages/bluez/bluez-utils3.inc"
#  from [8c63e78a5fce6fb7fb8fd56a8a04fd06c4ae320b]
#    to [79943609dcf2161154158fda1a6ad11af97e5798]
#
============================================================
--- packages/bluez/bluez-utils3.inc	8c63e78a5fce6fb7fb8fd56a8a04fd06c4ae320b
+++ packages/bluez/bluez-utils3.inc	79943609dcf2161154158fda1a6ad11af97e5798
@@ -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
 }
 
 






More information about the Openembedded-commits mailing list