summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-07 17:22:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-08 08:26:14 +0100
commitaf8643c8679013f354be00144d135364f77da94e (patch)
tree0694b4cc7ad6635c3619810a831fd9cc9ccfe446
parentafc895b67e8906b93e54b62d8489e56d527f7552 (diff)
downloadpoky-af8643c8679013f354be00144d135364f77da94e.tar.gz
vim: Drop vim-tools INSANE_SKIP as not needed
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. (From OE-Core rev: f2afc7adb6de9f1f99d0247916c728787b7504a0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/vim/vim.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 071deed338..e5dcd00c96 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -128,7 +128,6 @@ FILES:${PN}-data = "${datadir}/${BPN}"
128# We do not want to complain if perl or gawk are not on the target. 128# We do not want to complain if perl or gawk are not on the target.
129# 129#
130FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" 130FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools"
131INSANE_SKIP:${PN}-tools = "file-rdeps"
132 131
133FILES:${PN}-common = " \ 132FILES:${PN}-common = " \
134 ${datadir}/${BPN}/${VIMDIR}/*.vim \ 133 ${datadir}/${BPN}/${VIMDIR}/*.vim \