From: Richard Purdie Date: Wed, 7 Aug 2024 16:22:59 +0000 (+0100) Subject: vim: Drop vim-tools INSANE_SKIP as not needed X-Git-Tag: yocto-5.1~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2afc7adb6de9f1f99d0247916c728787b7504a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- 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 \