[oe-commits] [meta-openembedded] 17/18: vim: update to 8.1.0172

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 04:19:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 0d47192c5fb635e0ce73bc5ed7516b7c53a57474
Author: Leon Anavi <leon.anavi at konsulko.com>
AuthorDate: Mon Jul 9 18:13:19 2018 +0300

    vim: update to 8.1.0172
    
    Update vim to the latest version 8.1.0172.
    
    Signed-off-by: Leon Anavi <leon.anavi at konsulko.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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(-)

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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list