diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-16 13:47:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-16 13:47:03 +0000 |
commit | 3e5c600bfffcbfea69f1dc0ae2016a1b9169b413 (patch) | |
tree | 1c2e5a5f719464aca6a6bbcc5d13c0f2c3fe61cc /packages/usbpath | |
parent | 8848c042c71ab3e7951808451ff827e9a3a4d2a2 (diff) | |
parent | 69e79e419a03961aef7acbe99c101d74e4f89680 (diff) |
merge of '91b1890c469c39d7efcba63967f106bf6efd0c4f'
and 'ce9648eef13f1ef5d8dff88dc64af875993364e9'
Diffstat (limited to 'packages/usbpath')
-rw-r--r-- | packages/usbpath/usbpath-native_svn.bb | 1 | ||||
-rw-r--r-- | packages/usbpath/usbpath_svn.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/usbpath/usbpath-native_svn.bb b/packages/usbpath/usbpath-native_svn.bb index 0cfafa2942..3b5ef7bdcd 100644 --- a/packages/usbpath/usbpath-native_svn.bb +++ b/packages/usbpath/usbpath-native_svn.bb @@ -1,5 +1,6 @@ require usbpath_svn.bb inherit native +DEPENDS = "libusb-native" do_stage () { autotools_stage_all diff --git a/packages/usbpath/usbpath_svn.bb b/packages/usbpath/usbpath_svn.bb index 95c02c94ef..0a06477b9a 100644 --- a/packages/usbpath/usbpath_svn.bb +++ b/packages/usbpath/usbpath_svn.bb @@ -2,6 +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" PV = "0.0+svnr${SRCREV}" |