bluez-utils: enable hid2hci util - close #907
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 19 Oct 2006 11:13:11 +0000 (11:13 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 19 Oct 2006 11:13:11 +0000 (11:13 +0000)
packages/bluez/bluez-utils-dbus_2.20.bb
packages/bluez/bluez-utils-dbus_2.21.bb
packages/bluez/bluez-utils-dbus_2.24.bb
packages/bluez/bluez-utils-dbus_2.25.bb
packages/bluez/bluez-utils-nodbus_2.20.bb
packages/bluez/bluez-utils-nodbus_2.21.bb
packages/bluez/bluez-utils-nodbus_2.24.bb
packages/bluez/bluez-utils-nodbus_2.25.bb
packages/bluez/bluez-utils.inc
packages/bluez/bluez-utils_3.1.bb
packages/bluez/bluez-utils_3.4.bb

index d55361c..e76868c 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r11"
+PR = "r12"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1 \
index 11decf1..cd98cfd 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r5"
+PR = "r6"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1 \
index 601a3f1..3e4d0d7 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus-2.24.patch;patch=1"
index 954121c..e4ec42f 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus-2.24.patch;patch=1 \
index e7b5ad5..ebb5667 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://hciattach_devlength.patch;patch=1"
 EXTRA_OECONF += "--without-dbus"
index 5e1f417..f1efd35 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://hciattach_devlength.patch;patch=1"
 EXTRA_OECONF += "--without-dbus"
index b0a601d..e2f4c67 100644 (file)
@@ -1,5 +1,5 @@
 require bluez-utils.inc
 
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF += "--without-dbus"
index 87068c9..e56fab6 100644 (file)
@@ -1,6 +1,6 @@
 require bluez-utils.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += " file://hciattach-ti-bts.patch;patch=1"
 EXTRA_OECONF += "--without-dbus"
index e71f2ce..7eb1816 100644 (file)
@@ -21,7 +21,7 @@ SRC_URI += " file://default-manfid-0x0-to-bcps.patch;patch=1"
 S = "${WORKDIR}/bluez-utils-${PV}"
 
 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \
-                --enable-pcmcia --enable-initscripts --enable-bcm203x"
+                --enable-pcmcia --enable-initscripts --enable-bcm203x --enable-hid2hci"
 
 inherit autotools update-rc.d
 
index 46565b8..40aabaa 100644 (file)
@@ -6,7 +6,7 @@ RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils-dbus"
 RREPLACES = "bluez-utils-dbus"
 RCONFLICTS = "bluez-utils-dbus bluez-utils-nodbus"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
        file://hcid.conf \
@@ -19,7 +19,7 @@ SRC_URI += " file://default-manfid-0x0-to-bcps.patch;patch=1"
 
 S = "${WORKDIR}/bluez-utils-${PV}"
 
-EXTRA_OECONF = "--enable-initscripts --enable-bcm203x"
+EXTRA_OECONF = "--enable-initscripts --enable-bcm203x --enable-hid2hci"
 #  --enable-obex           enable OBEX support
 #  --enable-alsa           enable ALSA support
 #  --enable-cups           install CUPS backend support
index 3b8702e..49e6ded 100644 (file)
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils-dbus"
 RREPLACES = "bluez-utils-dbus"
 RCONFLICTS_${PN} = "bluez-utils-nodbus"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
        file://hcid.conf \
@@ -20,7 +20,7 @@ SRC_URI += " file://default-manfid-0x0-to-bcps.patch;patch=1"
 
 S = "${WORKDIR}/bluez-utils-${PV}"
 
-EXTRA_OECONF = "--enable-initscripts --enable-bcm203x"
+EXTRA_OECONF = "--enable-initscripts --enable-bcm203x --enable-hid2hci"
 #  --enable-obex           enable OBEX support
 #  --enable-alsa           enable ALSA support
 #  --enable-cups           install CUPS backend support