1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 03:20:47 +00:00
Files
Marcin Juszkiewicz 5853cf2e14 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
2007-11-05 15:48:15 +00:00

9 lines
103 B
BlitzBasic

require usbpath_svn.bb
inherit native
DEPENDS = "libusb-native"
do_stage () {
autotools_stage_all
}