[meta-ti] Denys Dmytriyenko : cuia: revert to clean in do_compile, disable automatic in do_configure

Arago Project git git at arago-project.org
Tue Aug 11 20:33:31 PDT 2015


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Wed Aug 12 06:13:22 2015 +0000

cuia: revert to clean in do_compile, disable automatic in do_configure

Need to unconditionally clean the sources before building the first time,
due to wrong binaries present. But calling clean twice also causes failure.

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

---

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

diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
index a9024d2..e048f6a 100644
--- a/recipes-bsp/cuia/cuia_1.0.0.13.bb
+++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
@@ -11,8 +11,11 @@ SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b3
 
 S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
 
+CLEANBROKEN = "1"
+
 do_compile () {
 	cd ${S}
+	oe_runmake clean
 	oe_runmake all
 }
 



More information about the meta-ti mailing list