]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
vim: Drop vim-tools INSANE_SKIP as not needed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Aug 2024 16:22:59 +0000 (17:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Aug 2024 07:25:53 +0000 (08:25 +0100)
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

index 071deed338bbea1dd2f43fdd6cf4460b358068ed..e5dcd00c969c9b4792e9295ecb4dfbc53bacaf93 100644 (file)
@@ -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 \