From: Graeme Gregory Date: Tue, 16 Oct 2007 06:31:36 +0000 (+0000) Subject: packages/usbpath/usbpath_svn.bb : DEPENDS on libusb and native does as well. X-Git-Tag: Release-2010-05/1~8549^2~1^2~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060d793f7f3e053988f13e9b840def3c5eaf4e3d;p=openembedded.git packages/usbpath/usbpath_svn.bb : DEPENDS on libusb and native does as well. --- 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 " SECTION = "console/utils" LICENSE = "GPL" +DEPENDS = "libusb" PV = "0.0+svnr${SRCREV}"