summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim/vim_8.0.0022.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/vim/vim_8.0.0022.bb')
-rw-r--r--meta-oe/recipes-support/vim/vim_8.0.0022.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/vim/vim_8.0.0022.bb b/meta-oe/recipes-support/vim/vim_8.0.0022.bb
index 112ae80a2..126fe6162 100644
--- a/meta-oe/recipes-support/vim/vim_8.0.0022.bb
+++ b/meta-oe/recipes-support/vim/vim_8.0.0022.bb
@@ -14,7 +14,7 @@ SRCREV = "ec68a99464055029c01082762517e97245ddae0c"
14 14
15S = "${WORKDIR}/git/src" 15S = "${WORKDIR}/git/src"
16 16
17VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" 17VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
18 18
19inherit autotools update-alternatives 19inherit autotools update-alternatives
20inherit autotools-brokensep 20inherit autotools-brokensep