diff options
Diffstat (limited to 'meta-openmoko/packages/usbpath')
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath-native_svn.bb | 8 | ||||
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath_svn.bb | 18 |
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-openmoko/packages/usbpath/usbpath-native_svn.bb b/meta-openmoko/packages/usbpath/usbpath-native_svn.bb new file mode 100644 index 0000000000..3b5ef7bdcd --- /dev/null +++ b/meta-openmoko/packages/usbpath/usbpath-native_svn.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require usbpath_svn.bb | ||
2 | inherit native | ||
3 | DEPENDS = "libusb-native" | ||
4 | |||
5 | do_stage () { | ||
6 | autotools_stage_all | ||
7 | } | ||
8 | |||
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 @@ | |||
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 | |||
15 | do_stage () { | ||
16 | autotools_stage_all | ||
17 | } | ||
18 | |||