mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
89500c583e
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
20 lines
535 B
BlitzBasic
20 lines
535 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 = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f"
|
|
DEPENDS = "virtual/libusb0"
|
|
DEPENDS_virtclass-native = "virtual/libusb0-native"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
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
|
|
|