mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
dcbb49f707
commit
8d037a30a3
@@ -17,6 +17,7 @@ S = "${WORKDIR}/${PN}/src"
|
|||||||
VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"
|
VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"
|
||||||
|
|
||||||
inherit autotools update-alternatives
|
inherit autotools update-alternatives
|
||||||
|
inherit autotools-brokensep
|
||||||
|
|
||||||
# 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