[oe-commits] Paul Barker : vim: Don't build out-of-tree

git at git.openembedded.org git at git.openembedded.org
Thu May 1 16:59:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 812c8892115adb836dd093ad891e1b6dd68a2947
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=812c8892115adb836dd093ad891e1b6dd68a2947

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Thu Apr 24 22:24:55 2014 +0000

vim: Don't build out-of-tree

Out-of-tree builds don't seem to work for vim, probably as it doesn't use
automake.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/vim/vim_7.4.258.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/vim/vim_7.4.258.bb b/meta-oe/recipes-support/vim/vim_7.4.258.bb
index 19c8abc..2d3b0c2 100644
--- a/meta-oe/recipes-support/vim/vim_7.4.258.bb
+++ b/meta-oe/recipes-support/vim/vim_7.4.258.bb
@@ -17,6 +17,7 @@ S = "${WORKDIR}/${PN}/src"
 VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"
 
 inherit autotools update-alternatives
+inherit autotools-brokensep
 
 # vim configure.in contains functions which got 'dropped' by autotools.bbclass
 do_configure () {



More information about the Openembedded-commits mailing list