diff options
Diffstat (limited to 'meta-openmoko/packages/usbpath/usbpath_svn.bb')
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath_svn.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-openmoko/packages/usbpath/usbpath_svn.bb b/meta-openmoko/packages/usbpath/usbpath_svn.bb deleted file mode 100644 index 0c0873ffe1..0000000000 --- a/meta-openmoko/packages/usbpath/usbpath_svn.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
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 = "libusb" | ||
6 | |||
7 | PV = "0.0+svnr${SRCREV}" | ||
8 | |||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http" | ||
10 | |||
11 | S = "${WORKDIR}/usbpath" | ||
12 | |||
13 | inherit autotools | ||
14 | |||