[oe-commits] [meta-openembedded] 24/44: vim: set CLEANBROKEN to fix rebuild

git at git.openembedded.org git at git.openembedded.org
Wed Jan 17 05:49:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 07480f1a42775a968f025673ca2987f66fc3a839
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Fri Jan 5 14:52:06 2018 +0800

    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 at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/vim/vim_8.0.0983.bb | 5 +++--
 1 file 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 f2edd51..44c868c 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 () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list