diff options
author | Mike Westerhof <mwester@dls.net> | 2008-09-11 05:59:18 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-09-11 05:59:18 +0000 |
commit | 439c5b41a2d3ebe1b51405760b7152d617fc6a11 (patch) | |
tree | 28ab456473dc148556cdc59e19c251afa20691f2 /packages/usbpath | |
parent | a624d236777ec82472536954d2d68688011699e9 (diff) |
usbpath: depends on libusb-compat instead of libusb.
Diffstat (limited to 'packages/usbpath')
-rw-r--r-- | packages/usbpath/usbpath_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <werner@openmoko.org>" SECTION = "console/utils" LICENSE = "GPL" -DEPENDS = "libusb" +DEPENDS = "libusb-compat" PV = "0.0+svnr${SRCREV}" |