mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 lines
344 B
BlitzBasic
15 lines
344 B
BlitzBasic
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
|
|
|