From af8643c8679013f354be00144d135364f77da94e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Aug 2024 17:22:59 +0100 Subject: 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 --- meta/recipes-support/vim/vim.inc | 1 - 1 file changed, 1 deletion(-) 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}" # 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 \ -- cgit v1.2.3-54-g00ecf