summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb (renamed from meta-oe/recipes-support/vim/vim-tiny_8.1.0.116.bb)3
-rw-r--r--meta-oe/recipes-support/vim/vim_8.1.0172.bb (renamed from meta-oe/recipes-support/vim/vim_8.1.0.116.bb)2
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0.116.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
index bb8f2b7eae..84ad659e06 100644
--- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0.116.bb
+++ b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
@@ -5,8 +5,7 @@ SUMMARY += " (with tiny features)"
5PACKAGECONFIG += "tiny" 5PACKAGECONFIG += "tiny"
6 6
7do_install() { 7do_install() {
8 install -d ${D}/${bindir} 8 install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
9 install -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
10} 9}
11 10
12ALTERNATIVE_PRIORITY = "90" 11ALTERNATIVE_PRIORITY = "90"
diff --git a/meta-oe/recipes-support/vim/vim_8.1.0.116.bb b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
index f669dfea4d..8e99919bd8 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0.116.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/vim/vim.git \
10 file://disable_acl_header_check.patch;patchdir=.. \ 10 file://disable_acl_header_check.patch;patchdir=.. \
11 file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \ 11 file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
12" 12"
13SRCREV = "a87b72cc316e065d66dcbcf7ec1cde330adef3a3" 13SRCREV = "c229e54a69468722ca2449e807e90445b7479659"
14 14
15S = "${WORKDIR}/git/src" 15S = "${WORKDIR}/git/src"
16 16