From c52a8a84147ded0213457acd3dfe16cc38450d91 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 20 Jun 2008 11:28:43 +0000 Subject: 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. --- packages/lcd4linux/lcd4linux_0.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/lcd4linux') diff --git a/packages/lcd4linux/lcd4linux_0.10.0.bb b/packages/lcd4linux/lcd4linux_0.10.0.bb index 7b820dd254..673d538ba0 100644 --- a/packages/lcd4linux/lcd4linux_0.10.0.bb +++ b/packages/lcd4linux/lcd4linux_0.10.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display." LICENSE = "GPLv2" -DEPENDS = "libusb ncurses readline virtual/libx11" +DEPENDS = "libusb-compat ncurses readline virtual/libx11" PV = "0.10.0+0.10.1-RC2" PR = "r1" -- cgit v1.2.3