From 381d33eb5da24443a89b8d80fb202ed4bfd11ea7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Mar 2023 16:48:09 +0000 Subject: vim: set modified-by to the recipe MAINTAINER Clause II.3 of the Vim license states that any distribution of Vim that has been extended or modified must _at least_ indicate in the :version output that this is the case. Handily, Vim has a --with-modified-by argument to add a line in that text, so use MAINTAINER. This is the distribution maintainer contact, by default it is OE-Core Developers . (From OE-Core rev: acc007e23445aa53182e13902dd9509c39dd5645) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/vim') diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index da586a5699..60753c34a8 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -82,6 +82,7 @@ EXTRA_OECONF = " \ --disable-netbeans \ --disable-desktop-database-update \ --with-tlib=ncurses \ + --with-modified-by='${MAINTAINER}' \ ac_cv_small_wchar_t=no \ ac_cv_path_GLIB_COMPILE_RESOURCES=no \ vim_cv_getcwd_broken=no \ -- cgit v1.2.3-54-g00ecf