diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2010-04-01 19:06:55 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-04-01 19:12:07 +0200 |
commit | 53c1e459d24cffbcb4b7e4886a69f91fa5c7c4b7 (patch) | |
tree | 5a9361d7b81fcd7880ee68119016eaefa3bf3e73 /recipes/vim/gvim_7.2.bb | |
parent | 90a0e239a579edbd7747e610a85c9e5b556263e8 (diff) |
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>
Diffstat (limited to 'recipes/vim/gvim_7.2.bb')
-rw-r--r-- | recipes/vim/gvim_7.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/vim/gvim_7.2.bb b/recipes/vim/gvim_7.2.bb new file mode 100644 index 0000000000..da7a3be39a --- /dev/null +++ b/recipes/vim/gvim_7.2.bb @@ -0,0 +1,13 @@ +VIMGUI = "gtk2" +VIMX = "--with-x" + +require vim_${PV}.bb + +DEPENDS += "gtk+ xt" + +PR = "${INC_PR}.0" + +EXTRA_OECONF += "--enable-gtk2-test" + +#might needs RREPLACES as well +RCONFLICTS_${PN} = "vim vim-tiny" |