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
This commit is contained in:
Marcin Juszkiewicz
2007-11-05 15:48:15 +00:00
parent 7331982bb7
commit 5853cf2e14
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require usbpath_svn.bb
inherit native
DEPENDS = "libusb-native"
do_stage () {
autotools_stage_all
}