blob: 0c0873ffe13d76a26609656f5485d8ffcebe34d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|