diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2020-09-15 14:48:03 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:31:53 -0400 |
commit | 80058c0bee61f90278ea5790e66e2e554ba2efeb (patch) | |
tree | 27fe00e6e0f21621f64993f3e5db823373531a82 | |
parent | 8e66ab12fae2d477d0922f2be2c98b919c6beee8 (diff) | |
download | meta-virtualization-80058c0bee61f90278ea5790e66e2e554ba2efeb.tar.gz |
sloci-image: set CLEANBROKEN = 1
Workaround rebuild failure
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/sloci-image/sloci-image-native_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/sloci-image/sloci-image-native_git.bb b/recipes-containers/sloci-image/sloci-image-native_git.bb index b3b11bd9..a68c6d9a 100644 --- a/recipes-containers/sloci-image/sloci-image-native_git.bb +++ b/recipes-containers/sloci-image/sloci-image-native_git.bb | |||
@@ -23,3 +23,5 @@ do_install() { | |||
23 | cd ${S} | 23 | cd ${S} |
24 | make PREFIX="${exec_prefix}" DESTDIR=${D} install | 24 | make PREFIX="${exec_prefix}" DESTDIR=${D} install |
25 | } | 25 | } |
26 | |||
27 | CLEANBROKEN = "1" | ||