summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/usbpath/usbpath_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openmoko/packages/usbpath/usbpath_svn.bb')
-rw-r--r--meta-openmoko/packages/usbpath/usbpath_svn.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openmoko/packages/usbpath/usbpath_svn.bb b/meta-openmoko/packages/usbpath/usbpath_svn.bb
new file mode 100644
index 0000000000..0a06477b9a
--- /dev/null
+++ b/meta-openmoko/packages/usbpath/usbpath_svn.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Convert the physical locations of a USB device to/from its number"
2AUTHOR = "Werner Almesberger <werner@openmoko.org>"
3SECTION = "console/utils"
4LICENSE = "GPL"
5DEPENDS = "libusb"
6
7PV = "0.0+svnr${SRCREV}"
8
9SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http"
10
11S = "${WORKDIR}/usbpath"
12
13inherit autotools
14
15do_stage () {
16 autotools_stage_all
17}
18