diff options
-rw-r--r-- | meta-oe/recipes-support/vim/vim_8.0.0983.bb | 5 |
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" | |||
17 | 17 | ||
18 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" | 18 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" |
19 | 19 | ||
20 | inherit autotools update-alternatives | 20 | inherit autotools-brokensep update-alternatives |
21 | inherit autotools-brokensep | 21 | |
22 | CLEANBROKEN = "1" | ||
22 | 23 | ||
23 | # vim configure.in contains functions which got 'dropped' by autotools.bbclass | 24 | # vim configure.in contains functions which got 'dropped' by autotools.bbclass |
24 | do_configure () { | 25 | do_configure () { |