[oe] [PATCH 3/3] vim/vim-tiny: upgrade 8.1.0172 -> 8.1.0347

Randy MacLeod Randy.MacLeod at windriver.com
Wed Sep 5 18:15:08 UTC 2018


The license file changed because the vim format tag
on the last line of the file changed. Specify the
the license end line to avoid this problem.

Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
---
 .../vim/{vim-tiny_8.1.0172.bb => vim-tiny_8.1.0347.bb}        | 0
 .../recipes-support/vim/{vim_8.1.0172.bb => vim_8.1.0347.bb}  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/vim/{vim-tiny_8.1.0172.bb => vim-tiny_8.1.0347.bb} (100%)
 rename meta-oe/recipes-support/vim/{vim_8.1.0172.bb => vim_8.1.0347.bb} (96%)

diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb
similarity index 100%
rename from meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
rename to meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb
diff --git a/meta-oe/recipes-support/vim/vim_8.1.0172.bb b/meta-oe/recipes-support/vim/vim_8.1.0347.bb
similarity index 96%
rename from meta-oe/recipes-support/vim/vim_8.1.0172.bb
rename to meta-oe/recipes-support/vim/vim_8.1.0347.bb
index 371fe35ee..8713d66ed 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb
@@ -6,13 +6,13 @@ DEPENDS = "ncurses gettext-native"
 # vimdiff doesn't like busybox diff
 RSUGGESTS_${PN} = "diffutils"
 LICENSE = "vim"
-LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b6eb9d541de3933cc8f48125ae0335fe"
+LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72"
 
 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 = "c229e54a69468722ca2449e807e90445b7479659"
+SRCREV = "f1c118be93184e8e57e3e80b1b3383f464ed649e"
 
 S = "${WORKDIR}/git/src"
 
-- 
2.17.0




More information about the Openembedded-devel mailing list