java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / usbpath / usbpath_svn.bb
blob1cedf3354e7bd00240cd23e82292e0726c7de86d
1 DESCRIPTION = "Convert the physical locations of a USB device to/from its number"
2 AUTHOR = "Werner Almesberger <werner@openmoko.org>"
3 SECTION = "console/utils"
4 LICENSE = "GPL"
5 DEPENDS = "virtual/libusb0"
7 SRCREV = "3172"
8 PV = "0.0+svnr${SRCPV}"
10 SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http"
12 S = "${WORKDIR}/usbpath"
14 inherit autotools
16 do_stage () {
17 autotools_stage_all