summaryrefslogtreecommitdiffstats
path: root/recipes/usbpath/usbpath_svn.bb
blob: 1cedf3354e7bd00240cd23e82292e0726c7de86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "virtual/libusb0"

SRCREV = "3172"
PV = "0.0+svnr${SRCPV}"

SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http"

S = "${WORKDIR}/usbpath"

inherit autotools

do_stage () {
	autotools_stage_all
}