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/usbpath/usbpath-native_svn.bb | |
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/usbpath/usbpath-native_svn.bb')
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath-native_svn.bb | 8 |
1 files changed, 8 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 | |||