bluez-utils: enable pand & dund
authorPaul Eggleton <bluelightning@bluelightning.org>
Sat, 13 Sep 2008 11:30:27 +0000 (11:30 +0000)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sat, 13 Sep 2008 11:30:27 +0000 (11:30 +0000)
packages/bluez/bluez-utils_3.33.bb
packages/bluez/bluez-utils_3.36.bb

index 314a836..2b7b3a0 100644 (file)
@@ -1,12 +1,14 @@
 require bluez-utils3.inc
 
-PR = "r2"
+PR = "r3"
 
 # see bluez-utils3.inc for the explanation of these option
 EXTRA_OECONF = " \
                  --enable-bccmd \
                 --enable-hid2hci \
                  --enable-hidd \
+                 --enable-pand \
+                 --enable-dund \
                 --disable-alsa \ 
                 --disable-cups \
                 --enable-glib \
index d2d60b3..cf6d632 100644 (file)
@@ -1,5 +1,7 @@
 require bluez-utils3.inc
 
+PR = "r1"
+
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
            file://hcid.conf \
           "
@@ -9,6 +11,8 @@ EXTRA_OECONF = " \
                  --enable-bccmd \
                 --enable-hid2hci \
                  --enable-hidd \
+                 --enable-pand \
+                 --enable-dund \
                 --disable-alsa \ 
                 --disable-cups \
                 --enable-glib \