aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-04-24 22:24:55 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:45:04 +0200
commit8d037a30a31dc29bc8b6396f9067148580f88983 (patch)
tree031bb6384dacb4b2208c6ffec57af717a06b8717 /meta-oe/recipes-support/vim
parentdcbb49f707e7ad9bf755dd3275ffc442154b8144 (diff)
downloadmeta-openembedded-contrib-8d037a30a31dc29bc8b6396f9067148580f88983.tar.gz
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@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim')
-rw-r--r--meta-oe/recipes-support/vim/vim_7.4.258.bb1
1 files changed, 1 insertions, 0 deletions
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 19c8abc7ea..2d3b0c26ab 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 () {