packages/usbpath/usbpath_svn.bb : DEPENDS on libusb and native does as well.
authorGraeme Gregory <dp@xora.org.uk>
Tue, 16 Oct 2007 06:31:36 +0000 (06:31 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 16 Oct 2007 06:31:36 +0000 (06:31 +0000)
packages/usbpath/usbpath-native_svn.bb
packages/usbpath/usbpath_svn.bb

index 0cfafa2..3b5ef7b 100644 (file)
@@ -1,5 +1,6 @@
 require usbpath_svn.bb
 inherit native
+DEPENDS = "libusb-native"
 
 do_stage () {
        autotools_stage_all
index 95c02c9..0a06477 100644 (file)
@@ -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}"