mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
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@ti.com>
This commit is contained in:
@@ -11,8 +11,11 @@ SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b3
|
|||||||
|
|
||||||
S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
|
S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
|
||||||
|
|
||||||
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
|
oe_runmake clean
|
||||||
oe_runmake all
|
oe_runmake all
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user