[oe] [PATCH v3] vim: update to 8.1.0172

Leon Anavi leon.anavi at konsulko.com
Mon Jul 9 15:13:19 UTC 2018


Update vim to the latest version 8.1.0172.

Signed-off-by: Leon Anavi <leon.anavi at konsulko.com>
---
 .../vim/{vim-tiny_8.1.0.116.bb => vim-tiny_8.1.0172.bb}                | 3 +--
 meta-oe/recipes-support/vim/{vim_8.1.0.116.bb => vim_8.1.0172.bb}      | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/vim/{vim-tiny_8.1.0.116.bb => vim-tiny_8.1.0172.bb} (67%)
 rename meta-oe/recipes-support/vim/{vim_8.1.0.116.bb => vim_8.1.0172.bb} (98%)

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
similarity index 67%
rename from meta-oe/recipes-support/vim/vim-tiny_8.1.0.116.bb
rename to meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
index bb8f2b7..84ad659 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)"
 PACKAGECONFIG += "tiny"
 
 do_install() {
-    install -d ${D}/${bindir}
-    install -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
+    install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
 }
 
 ALTERNATIVE_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
similarity index 98%
rename from meta-oe/recipes-support/vim/vim_8.1.0.116.bb
rename to meta-oe/recipes-support/vim/vim_8.1.0172.bb
index f669dfe..8e99919 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 \
            file://disable_acl_header_check.patch;patchdir=.. \
            file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
 "
-SRCREV = "a87b72cc316e065d66dcbcf7ec1cde330adef3a3"
+SRCREV = "c229e54a69468722ca2449e807e90445b7479659"
 
 S = "${WORKDIR}/git/src"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list