mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1194 311d38ba-8fff-0310-9ca6-ca027cbcb966
8 lines
116 B
BlitzBasic
8 lines
116 B
BlitzBasic
inherit native
|
|
|
|
require pax-utils_${PV}.bb
|
|
|
|
do_stage() {
|
|
oe_runmake PREFIX=${STAGING_DIR}/${HOST_SYS} install
|
|
}
|