aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim/vim_8.0.0983.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/vim/vim_8.0.0983.bb')
-rw-r--r--meta-oe/recipes-support/vim/vim_8.0.0983.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vim/vim_8.0.0983.bb b/meta-oe/recipes-support/vim/vim_8.0.0983.bb
index f2edd5168b..44c868c74a 100644
--- a/meta-oe/recipes-support/vim/vim_8.0.0983.bb
+++ b/meta-oe/recipes-support/vim/vim_8.0.0983.bb
@@ -17,8 +17,9 @@ S = "${WORKDIR}/git/src"
VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
-inherit autotools update-alternatives
-inherit autotools-brokensep
+inherit autotools-brokensep update-alternatives
+
+CLEANBROKEN = "1"
# vim configure.in contains functions which got 'dropped' by autotools.bbclass
do_configure () {