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>
(cherry picked from commit a9e17243875b82dba698924cf2f1d31408127521)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Chen Qi 2021-06-14 18:43:34 -07:00 committed by Armin Kuster
parent d1fb027f89
commit 22f613b047

View File

@ -138,3 +138,5 @@ pkg_postinst_${PN}() {
fi
fi
}
CLEANBROKEN = "1"