mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user