diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2021-06-14 18:43:34 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-15 08:48:50 -0700 |
| commit | a9e17243875b82dba698924cf2f1d31408127521 (patch) | |
| tree | e5f55c8bf0c375c0bcfac850213519620f53c123 | |
| parent | 3613b50a84559ce771866cd1eef1141fa3e6d238 (diff) | |
| download | meta-openembedded-a9e17243875b82dba698924cf2f1d31408127521.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index fdbb65e1cc..ef82a8fb08 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | |||
| @@ -139,3 +139,5 @@ pkg_postinst_${PN}() { | |||
| 139 | fi | 139 | fi |
| 140 | fi | 140 | fi |
| 141 | } | 141 | } |
| 142 | |||
| 143 | CLEANBROKEN = "1" | ||
