Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "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 = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f" |
| 6 | DEPENDS = "virtual/libusb0" |
| 7 | DEPENDS_class-native = "virtual/libusb0-native" |
| 8 | |
| 9 | BBCLASSEXTEND = "native" |
| 10 | |
| 11 | SRCREV = "3172" |
| 12 | PV = "0.0+svnr${SRCPV}" |
| 13 | |
| 14 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \ |
| 15 | file://configure.patch" |
| 16 | |
| 17 | S = "${WORKDIR}/usbpath" |
| 18 | |
| 19 | inherit autotools pkgconfig |
| 20 | |
| 21 | RDEPENDS_${PN} += "perl" |