usbpath_svn.bb 344 B

1234567891011121314
  1. DESCRIPTION = "Convert the physical locations of a USB device to/from its number"
  2. AUTHOR = "Werner Almesberger <werner@openmoko.org>"
  3. SECTION = "console/utils"
  4. LICENSE = "GPL"
  5. DEPENDS = "libusb"
  6. PV = "0.0+svnr${SRCREV}"
  7. SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http"
  8. S = "${WORKDIR}/usbpath"
  9. inherit autotools