minifi-cpp: set CLEANBROKEN to 1

Rebuilding minifi-cpp in old build dir sometimes result
in do_compile failure. So set CLEANBROKEN to "1" to workaround
this problem. If further investigation is done and the underlying
problem is addressed, this setting could be removed.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chen Qi
2021-06-14 18:43:34 -07:00
committed by Khem Raj
parent 3613b50a84
commit a9e1724387
@@ -139,3 +139,5 @@ pkg_postinst_${PN}() {
fi
fi
}
CLEANBROKEN = "1"