Message ID | 20240807163209.231840-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | f2afc7adb6de9f1f99d0247916c728787b7504a0 |
Headers | show |
Series | vim: Drop vim-tools INSANE_SKIP as not needed | expand |
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 071deed338b..e5dcd00c969 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -128,7 +128,6 @@ FILES:${PN}-data = "${datadir}/${BPN}" # We do not want to complain if perl or gawk are not on the target. # FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" -INSANE_SKIP:${PN}-tools = "file-rdeps" FILES:${PN}-common = " \ ${datadir}/${BPN}/${VIMDIR}/*.vim \
The install function already removes the executable bit on these tools so that perl, python, awk and csh don't become dependencies. The INSANE_SKIP therefore isn't needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-support/vim/vim.inc | 1 - 1 file changed, 1 deletion(-)