Commit 3a04cdb0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

link to sysroots

parent de56fd37
......@@ -7,6 +7,11 @@ do_unpack(){
rm -rf ${S}
fi
ln -sf ${VPATH} ${S}
if [ -d ${VPATH}/sysroots ]; then
rm -rf ${VPATH}/sysroots
fi
ln -sf ${TOPDIR}/tmp/sysroots ${VPATH}/sysroots
}
EXTRA_OEMAKE = " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment