diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-05 15:48:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-05 15:48:15 +0000 |
commit | 5853cf2e14840e1ba15eeb78c474cc20813a8b4d (patch) | |
tree | 923eb4857b84834b8226060f86b7936abe05e756 /meta-openmoko/packages | |
parent | 7331982bb70539466f40e80f1581c0e475782db9 (diff) | |
download | poky-5853cf2e14840e1ba15eeb78c474cc20813a8b4d.tar.gz |
usbpath: added from OE (needed for dfu-util)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3067 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages')
-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 | |||