diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-13 16:48:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-14 17:13:11 +0000 |
commit | 381d33eb5da24443a89b8d80fb202ed4bfd11ea7 (patch) | |
tree | 3a5ba200b90eb374a7b912cb6bb5f93a068b6b45 | |
parent | ac5c42477b5531be1794134a57b0b7dfa5e9f748 (diff) | |
download | poky-381d33eb5da24443a89b8d80fb202ed4bfd11ea7.tar.gz |
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
<openembedded-core@lists.openembedded.org>.
(From OE-Core rev: acc007e23445aa53182e13902dd9509c39dd5645)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
82 | --disable-netbeans \ | 82 | --disable-netbeans \ |
83 | --disable-desktop-database-update \ | 83 | --disable-desktop-database-update \ |
84 | --with-tlib=ncurses \ | 84 | --with-tlib=ncurses \ |
85 | --with-modified-by='${MAINTAINER}' \ | ||
85 | ac_cv_small_wchar_t=no \ | 86 | ac_cv_small_wchar_t=no \ |
86 | ac_cv_path_GLIB_COMPILE_RESOURCES=no \ | 87 | ac_cv_path_GLIB_COMPILE_RESOURCES=no \ |
87 | vim_cv_getcwd_broken=no \ | 88 | vim_cv_getcwd_broken=no \ |