From 01f3c79149b01c7b89c7aedeefc8834b22af368c Mon Sep 17 00:00:00 2001 From: Oleg Polyakov Date: Wed, 15 Jan 2020 11:38:05 -0800 Subject: vim: update from 8.1.1518 to 8.2 vim-tiny: update from 8.1.1518 to 8.2 The date in the license was updated to 2020 and a trailing space was removed from one line. (From OE-Core rev: 07d23c2d255f74cf9fbb0e917dfd1fe3bd6a65d2) Signed-off-by: Oleg Polyakov Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim-tiny_8.1.1518.bb | 12 ------------ meta/recipes-support/vim/vim-tiny_8.2.bb | 12 ++++++++++++ meta/recipes-support/vim/vim.inc | 4 ++-- meta/recipes-support/vim/vim_8.1.1518.bb | 10 ---------- meta/recipes-support/vim/vim_8.2.bb | 10 ++++++++++ 5 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-support/vim/vim-tiny_8.1.1518.bb create mode 100644 meta/recipes-support/vim/vim-tiny_8.2.bb delete mode 100644 meta/recipes-support/vim/vim_8.1.1518.bb create mode 100644 meta/recipes-support/vim/vim_8.2.bb diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1518.bb b/meta/recipes-support/vim/vim-tiny_8.1.1518.bb deleted file mode 100644 index e4c26d23f6..0000000000 --- a/meta/recipes-support/vim/vim-tiny_8.1.1518.bb +++ /dev/null @@ -1,12 +0,0 @@ -require vim.inc - -SUMMARY += " (with tiny features)" - -PACKAGECONFIG += "tiny" - -do_install() { - install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny -} - -ALTERNATIVE_PRIORITY = "90" -ALTERNATIVE_TARGET = "${bindir}/vim.tiny" diff --git a/meta/recipes-support/vim/vim-tiny_8.2.bb b/meta/recipes-support/vim/vim-tiny_8.2.bb new file mode 100644 index 0000000000..e4c26d23f6 --- /dev/null +++ b/meta/recipes-support/vim/vim-tiny_8.2.bb @@ -0,0 +1,12 @@ +require vim.inc + +SUMMARY += " (with tiny features)" + +PACKAGECONFIG += "tiny" + +do_install() { + install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny +} + +ALTERNATIVE_PRIORITY = "90" +ALTERNATIVE_TARGET = "${bindir}/vim.tiny" diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 5a1bea6985..e0673a7810 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -5,14 +5,14 @@ DEPENDS = "ncurses gettext-native" # vimdiff doesn't like busybox diff RSUGGESTS_${PN} = "diffutils" LICENSE = "vim" -LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72" +LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" SRC_URI = "git://github.com/vim/vim.git \ file://disable_acl_header_check.patch \ file://vim-add-knob-whether-elf.h-are-checked.patch \ file://0001-src-Makefile-improve-reproducibility.patch \ " -SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9" +SRCREV = "98056533b96b6b5d8849641de93185dd7bcadc44" # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+)\.0" diff --git a/meta/recipes-support/vim/vim_8.1.1518.bb b/meta/recipes-support/vim/vim_8.1.1518.bb deleted file mode 100644 index 60946a181f..0000000000 --- a/meta/recipes-support/vim/vim_8.1.1518.bb +++ /dev/null @@ -1,10 +0,0 @@ -require vim.inc - -PROVIDES = "xxd" - -PACKAGECONFIG_class-native = "" -BBCLASSEXTEND = "native" - -ALTERNATIVE_${PN}_append = " xxd" -ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" -ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb new file mode 100644 index 0000000000..60946a181f --- /dev/null +++ b/meta/recipes-support/vim/vim_8.2.bb @@ -0,0 +1,10 @@ +require vim.inc + +PROVIDES = "xxd" + +PACKAGECONFIG_class-native = "" +BBCLASSEXTEND = "native" + +ALTERNATIVE_${PN}_append = " xxd" +ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" +ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" -- cgit v1.2.3-54-g00ecf