aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2018-09-05 14:15:08 -0400
committerKhem Raj <raj.khem@gmail.com>2018-09-05 13:59:16 -0700
commit3798321fc902148af073200ea39903ef1b415c5c (patch)
tree27b74178dfff1fb52814de495354a82d91c6cb72 /meta-oe
parente518bfe931543ff067e89d5c1959005881fe1df9 (diff)
downloadmeta-openembedded-contrib-3798321fc902148af073200ea39903ef1b415c5c.tar.gz
vim/vim-tiny: upgrade 8.1.0172 -> 8.1.0347
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb (renamed from meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb)0
-rw-r--r--meta-oe/recipes-support/vim/vim_8.1.0347.bb (renamed from meta-oe/recipes-support/vim/vim_8.1.0172.bb)4
2 files changed, 2 insertions, 2 deletions
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
index 23f6aec49a..23f6aec49a 100644
--- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
+++ b/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
index 371fe35eec..8713d66ed4 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"