From: Mike Westerhof Date: Thu, 11 Sep 2008 05:59:18 +0000 (+0000) Subject: usbpath: depends on libusb-compat instead of libusb. X-Git-Tag: Release-2010-05/1~6106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439c5b41a2d3ebe1b51405760b7152d617fc6a11;p=openembedded.git usbpath: depends on libusb-compat instead of libusb. --- diff --git a/packages/usbpath/usbpath_svn.bb b/packages/usbpath/usbpath_svn.bb index 0a06477b9a..01ef343497 100644 --- a/packages/usbpath/usbpath_svn.bb +++ b/packages/usbpath/usbpath_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Convert the physical locations of a USB device to/from its number AUTHOR = "Werner Almesberger " SECTION = "console/utils" LICENSE = "GPL" -DEPENDS = "libusb" +DEPENDS = "libusb-compat" PV = "0.0+svnr${SRCREV}"