summaryrefslogtreecommitdiff
path: root/recipes/vim
AgeCommit message (Collapse)AuthorFiles
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEKhem Raj1
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-15vim: removed old patchFrans Meulenbroeks1
missed the removal of this by giving a wrong git command this corrects things Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15vim: remved FILESDIR from inc; renamed patches dirFrans Meulenbroeks2
removed FILESDIR moved vim-7.2 dir to files (which is afaik the preferred way if files are to be used by different recipes (not being different versions of the recipe) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-25gvim: use libxt directlyMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa1
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-05-26vim_7.2.bb: Add apply=no to 001-411.diffKhem Raj1
* This patch is applied manually in the recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-06vim: updated to upstream patch 411Marcin Juszkiewicz3
2010-04-01vim: updated to 7.2.394, dropped older versions, cleaned recipesMarcin Juszkiewicz15
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>
2010-03-22vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diffMartin Jansa1
2009-06-05vim: fix u-a pathKoen Kooi1
2009-05-30vim: be an alternative to /bin/vi; switch to INC_PRMichael Smith4
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.Michael Smith1
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko11
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>