[meta-ti] Denys Dmytriyenko : cuia: don't call clean from do_compile, do_configure takes care of that

Arago Project git git at arago-project.org
Mon Aug 10 12:05:00 PDT 2015


Module: meta-ti
Branch: fido
Commit: 3af1996de52be8bfb131f49ba213109d898036f7
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=3af1996de52be8bfb131f49ba213109d898036f7

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Aug 11 00:54:11 2015 +0000

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

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/cuia/cuia_1.0.0.13.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
index 42154d2..a9024d2 100644
--- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
+++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
@@ -13,7 +13,6 @@ S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
 
 do_compile () {
 	cd ${S}
-	oe_runmake clean
 	oe_runmake all
 }
 



More information about the meta-ti mailing list