[oe-commits] org.oe.dev bluez-utils 3.10.1: move hciattach to main package till hcid can handle that functionality

koen commit openembedded-commits at lists.openembedded.org
Mon May 14 16:26:08 UTC 2007


bluez-utils 3.10.1: move hciattach to main package till hcid can handle that functionality

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7aa8e1085e3e7c0c3d4298abbb11f815ccafc555
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7aa8e1085e3e7c0c3d4298abbb11f815ccafc555
Files:
1
packages/bluez/bluez-utils_3.10.1.bb
Diffs:

#
# mt diff -r14ec4d451abf3e5f4a267d61875967fca0cbf1ef -r7aa8e1085e3e7c0c3d4298abbb11f815ccafc555
#
# 
# 
# patch "packages/bluez/bluez-utils_3.10.1.bb"
#  from [9d9d48aef39901293435e87ea38b62af260d2bfc]
#    to [f662b91a56e6a01756ffe4db4eb47190cbf9c5ca]
# 
============================================================
--- packages/bluez/bluez-utils_3.10.1.bb	9d9d48aef39901293435e87ea38b62af260d2bfc
+++ packages/bluez/bluez-utils_3.10.1.bb	f662b91a56e6a01756ffe4db4eb47190cbf9c5ca
@@ -8,7 +8,7 @@ SRC_URI = "http://bluez.sourceforge.net/
            file://hcid.conf \
            file://02dtl1_cs.sh \
           "
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = " \
                  --enable-bccmd \
@@ -25,6 +25,8 @@ EXTRA_OECONF = " \
 	         --enable-echo \
                  --enable-configfile \
 	         --enable-initscripts \
+		 --enable-test \
+		" 
 
 # The config options are explained below:
 
@@ -81,6 +83,7 @@ FILES_${PN} = " \
                ${sysconfdir}/bluetooth/hcid.conf \
                ${sysconfdir}/default \
                ${sysconfdir}/dbus-1 \
+	       ${bindir}/hciattach \
               " 	
 
 FILES_${PN}-compat = " \
@@ -96,7 +99,6 @@ FILES_${PN}-compat = " \
 		    ${bindir}/l2ping \
 		    ${bindir}/hciconfig \
                     ${bindir}/bccmd \
-		    ${bindir}/hciattach \
 		    ${bindir}/hciemu \
 		    ${sysconfdir}/bluetooth/rfcomm.conf \
 		   " 






More information about the Openembedded-commits mailing list