usbpath: depends on libusb-compat instead of libusb.
authorMike Westerhof <mwester@dls.net>
Thu, 11 Sep 2008 05:59:18 +0000 (05:59 +0000)
committerMike Westerhof <mwester@dls.net>
Thu, 11 Sep 2008 05:59:18 +0000 (05:59 +0000)
packages/usbpath/usbpath_svn.bb

index 0a06477..01ef343 100644 (file)
@@ -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}"