diff options
Diffstat (limited to 'meta/recipes-support/vim/vim.inc')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 9f3dc08027..4d2886c19e 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -83,6 +83,12 @@ EXTRA_OECONF = " \ | |||
83 | do_install() { | 83 | do_install() { |
84 | autotools_do_install | 84 | autotools_do_install |
85 | 85 | ||
86 | # Work around file-rdeps picking up csh, awk, perl or python as a dep | ||
87 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/vim132 | ||
88 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/mve.awk | ||
89 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/*.pl | ||
90 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/*.py | ||
91 | |||
86 | # Install example vimrc from runtime files | 92 | # Install example vimrc from runtime files |
87 | install -m 0644 runtime/vimrc_example.vim ${D}/${datadir}/${BPN}/vimrc | 93 | install -m 0644 runtime/vimrc_example.vim ${D}/${datadir}/${BPN}/vimrc |
88 | 94 | ||