mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -17,8 +17,9 @@ S = "${WORKDIR}/git/src"
|
|||||||
|
|
||||||
VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
|
VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
|
||||||
|
|
||||||
inherit autotools update-alternatives
|
inherit autotools-brokensep update-alternatives
|
||||||
inherit autotools-brokensep
|
|
||||||
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
# vim configure.in contains functions which got 'dropped' by autotools.bbclass
|
# vim configure.in contains functions which got 'dropped' by autotools.bbclass
|
||||||
do_configure () {
|
do_configure () {
|
||||||
|
|||||||
Reference in New Issue
Block a user