mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 21:45:32 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3067 311d38ba-8fff-0310-9ca6-ca027cbcb966
9 lines
103 B
BlitzBasic
9 lines
103 B
BlitzBasic
require usbpath_svn.bb
|
|
inherit native
|
|
DEPENDS = "libusb-native"
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|
|
|