blob: 6c9cd049fed050480ab267b656032235e5b1c6d4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Convert the physical locations of a USB device to/from its number"
2AUTHOR = "Werner Almesberger <werner@openmoko.org>"
3SECTION = "console/utils"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f"
6DEPENDS = "virtual/libusb0"
7DEPENDS_class-native = "virtual/libusb0-native"
8
9BBCLASSEXTEND = "native"
10
11SRCREV = "3172"
12PV = "0.0+svnr${SRCPV}"
13
14SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \
15 file://configure.patch"
16
17S = "${WORKDIR}/usbpath"
18
19inherit autotools pkgconfig
20
21RDEPENDS_${PN} += "perl"