1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 18:30:50 +00:00

cuia: don't call clean from do_compile, do_configure takes care of that

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2015-08-11 00:54:11 +00:00
parent 65eff2515a
commit d49ed0e9ff
-1
View File
@@ -13,7 +13,6 @@ S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
do_compile () {
cd ${S}
oe_runmake clean
oe_runmake all
}