diff options
| author | Peter Bigot <pab@pabigot.com> | 2013-09-03 19:04:49 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-10 22:42:42 +0200 |
| commit | 53c9a1f55e169e0c7e2d6a3fed51308c316774fb (patch) | |
| tree | c764f280043ba111241a64846d5b3760a0dc802f /meta-oe/recipes-support/vim | |
| parent | 87e52402949eb316229fc7ca68b0672d3b6333c4 (diff) | |
| download | meta-openembedded-53c9a1f55e169e0c7e2d6a3fed51308c316774fb.tar.gz | |
vim: workaround nawk dependency problem with RPM
One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a
dep, which we don't want.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim')
| -rw-r--r-- | meta-oe/recipes-support/vim/vim.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc index d7336c2879..991ba74f12 100644 --- a/meta-oe/recipes-support/vim/vim.inc +++ b/meta-oe/recipes-support/vim/vim.inc | |||
| @@ -54,8 +54,9 @@ EXTRA_OECONF = " \ | |||
| 54 | " | 54 | " |
| 55 | 55 | ||
| 56 | do_install_append() { | 56 | do_install_append() { |
| 57 | # Work around rpm picking up csh as a dep | 57 | # Work around rpm picking up csh or awk as a dep |
| 58 | chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/vim132 | 58 | chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/vim132 |
| 59 | chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/mve.awk | ||
| 59 | 60 | ||
| 60 | # Install example vimrc from runtime files | 61 | # Install example vimrc from runtime files |
| 61 | install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${PN}/vimrc | 62 | install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${PN}/vimrc |
