diff options
Diffstat (limited to 'packages/usbpath/usbpath_svn.bb')
-rw-r--r-- | packages/usbpath/usbpath_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/usbpath/usbpath_svn.bb b/packages/usbpath/usbpath_svn.bb new file mode 100644 index 0000000000..0a06477b9a --- /dev/null +++ b/packages/usbpath/usbpath_svn.bb @@ -0,0 +1,18 @@ +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}" + +SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http" + +S = "${WORKDIR}/usbpath" + +inherit autotools + +do_stage () { + autotools_stage_all +} + |