aboutsummaryrefslogtreecommitdiffstats
path: root/packages/usbpath
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-16 06:31:36 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-16 06:31:36 +0000
commit060d793f7f3e053988f13e9b840def3c5eaf4e3d (patch)
treefc8b8c2c1ff50e30bccf704ca056682d0734ae4c /packages/usbpath
parent62abf722b1dc51dfad9cd095527f7ac5f7fa640a (diff)
downloadopenembedded-060d793f7f3e053988f13e9b840def3c5eaf4e3d.tar.gz
packages/usbpath/usbpath_svn.bb : DEPENDS on libusb and native does as well.
Diffstat (limited to 'packages/usbpath')
-rw-r--r--packages/usbpath/usbpath-native_svn.bb1
-rw-r--r--packages/usbpath/usbpath_svn.bb1
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}"