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_8.2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-support/vim/vim_8.2.bb (limited to 'meta/recipes-support/vim/vim_8.2.bb') 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