summaryrefslogtreecommitdiff
path: root/packages/hal/hal_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-20 11:28:43 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-20 11:28:43 +0000
commitc52a8a84147ded0213457acd3dfe16cc38450d91 (patch)
treeaabdf506b64de002715693a81773e479652e64d0 /packages/hal/hal_git.bb
parentd6e148309f18b80720dd394c39a6d48a925c48a2 (diff)
libusb: add libusb1, a rewrite of libusb 0.1.x
libusb-compat: add a compat layer for libusb 0.1.x apps hal: use libusb-compat, not libusb lcd4linux: use libusb-compat, not libusb This will give increased powersavings because of this new feature: * libusb-0.1 wakes up the CPU every millisecond when waiting for bulk/interrupt data. The replacement of libusb-1.0 combined with libusb-compat-0.1 sleeps efficiently, only waking up when data has arrived.
Diffstat (limited to 'packages/hal/hal_git.bb')
-rw-r--r--packages/hal/hal_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hal/hal_git.bb b/packages/hal/hal_git.bb
index e2e9418810..659ab8eb6c 100644
--- a/packages/hal/hal_git.bb
+++ b/packages/hal/hal_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL LGPL AFL"
DEFAULT_PREFERENCE = "-1"
-DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb"
+DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb-compat"
RDEPENDS_${PN} += "udev hal-info"
RRECOMMENDS_${PN} += "udev-utils"