diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-19 11:13:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-19 11:13:11 +0000 |
commit | f41065daa4e7ccdbfde60945e1340617215ca14c (patch) | |
tree | e44daa0c663ed41e8d61d07688fa8cad7e9f406f /packages/bluez/bluez-utils_3.1.bb | |
parent | 138e002f1e745f474b2252f50874076ec642505d (diff) |
bluez-utils: enable hid2hci util - close #907
Diffstat (limited to 'packages/bluez/bluez-utils_3.1.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bluez/bluez-utils_3.1.bb b/packages/bluez/bluez-utils_3.1.bb index 46565b8c1b..40aabaab50 100644 --- a/packages/bluez/bluez-utils_3.1.bb +++ b/packages/bluez/bluez-utils_3.1.bb @@ -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 |