vim: updated to 7.2.394, dropped older versions, cleaned recipes
authorMarcin Juszkiewicz <marcin@buglabs.net>
Thu, 1 Apr 2010 17:06:55 +0000 (19:06 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Thu, 1 Apr 2010 17:12:07 +0000 (19:12 +0200)
commit53c1e459d24cffbcb4b7e4886a69f91fa5c7c4b7
tree5a9361d7b81fcd7880ee68119016eaefa3bf3e73
parent90a0e239a579edbd7747e610a85c9e5b556263e8
vim: updated to 7.2.394, dropped older versions, cleaned recipes

I added 394 upstream patches to vim into metadata as checksums for them
would be bigger then patch itself.

Older (6.2, 6.4, 7.0) versions got dropped as they can have security
problems and no one maintains them.

Recipes for 7.2 got cleaned - we have gvim, vim-tiny and vim now. Main
code is split between vim.inc and vim_7.2.bb files. Adding new variants
is now easier due to VIMFEATURES, VIMX and VIMGUI variables.

EXTRA_OECONF variables were generated by running vim configure script on
BUG 2.0 device.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
15 files changed:
recipes/vim/gvim_7.0.bb [deleted file]
recipes/vim/gvim_7.2.bb [new file with mode: 0644]
recipes/vim/vim-6.2/configure.patch [deleted file]
recipes/vim/vim-6.4/configure.patch [deleted file]
recipes/vim/vim-7.0/configure.patch [deleted file]
recipes/vim/vim-7.2/001-394.diff [new file with mode: 0644]
recipes/vim/vim-tiny_6.2.bb [deleted file]
recipes/vim/vim-tiny_6.4.bb [deleted file]
recipes/vim/vim-tiny_7.0.bb [deleted file]
recipes/vim/vim-tiny_7.2.bb [new file with mode: 0644]
recipes/vim/vim.inc
recipes/vim/vim_6.2.bb [deleted file]
recipes/vim/vim_6.4.bb [deleted file]
recipes/vim/vim_7.0.bb [deleted file]
recipes/vim/vim_7.2.bb [new file with mode: 0644]