diff options
Diffstat (limited to 'recipes-bsp/cuia/cuia_1.0.0.13.bb')
-rw-r--r-- | 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 a9024d20..e048f6aa 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 | |||
11 | 11 | ||
12 | S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}" | 12 | S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}" |
13 | 13 | ||
14 | CLEANBROKEN = "1" | ||
15 | |||
14 | do_compile () { | 16 | do_compile () { |
15 | cd ${S} | 17 | cd ${S} |
18 | oe_runmake clean | ||
16 | oe_runmake all | 19 | oe_runmake all |
17 | } | 20 | } |
18 | 21 | ||