diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-01-05 14:52:06 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:38:09 -0800 |
| commit | 07480f1a42775a968f025673ca2987f66fc3a839 (patch) | |
| tree | 5dc73f6d014d0ccabac922f260ec036594b60288 | |
| parent | 884e4ba5353dda109ec101bd7e6c588e41665807 (diff) | |
| download | meta-openembedded-07480f1a42775a968f025673ca2987f66fc3a839.tar.gz | |
vim: set CLEANBROKEN to fix rebuild
Rebuilding vim would cause the following error:
Makefile:4: ../auto/config.mk: No such file or directory
make[1]: *** No rule to make target '../auto/config.mk'. Stop.
Set CLEANBROKEN to "1" to fix this issue.
Also remove the redundant "inherit autotools".
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 () { |
