git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a624d23
)
usbpath: depends on libusb-compat instead of libusb.
author
Mike Westerhof
<mwester@dls.net>
Thu, 11 Sep 2008 05:59:18 +0000
(
05:59
+0000)
committer
Mike Westerhof
<mwester@dls.net>
Thu, 11 Sep 2008 05:59:18 +0000
(
05:59
+0000)
packages/usbpath/usbpath_svn.bb
patch
|
blob
|
history
diff --git
a/packages/usbpath/usbpath_svn.bb
b/packages/usbpath/usbpath_svn.bb
index
0a06477
..
01ef343
100644
(file)
--- 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}"