[oe-commits] Paul Barker : vim: update to 7.3.905

git at git.openembedded.org git at git.openembedded.org
Mon Apr 22 16:58:11 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7d3febb7d352f6a438c629e244d28e36cc719adc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7d3febb7d352f6a438c629e244d28e36cc719adc

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Sat Apr 20 12:17:07 2013 +0000

vim: update to 7.3.905

Replace version 7.2.446 with the latest version currently available, 7.3.905.

The old fetch method was inefficient as version 7.2 was downloaded and patches
applied to get to version 7.2.446. Attempting this method with git 7.3 did not
work as not all 905 patches applied cleanly. Instead we fetch version 7.3.905
directly from the upstream mercurial repository. This causes an implicit
dependency on mercurial-native for the build which is reasonable considering
that not many images include vim by default.

The previously used patch configure.in_remove_CC_quotes.patch is still required
as these changes haven't been made upstream; this patch still applies cleanly.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/vim/files/401-446.diff | 5426 ------------------------
 meta-oe/recipes-support/vim/vim.inc            |   10 +-
 meta-oe/recipes-support/vim/vim_7.2.446.bb     |   28 -
 meta-oe/recipes-support/vim/vim_7.3.905.bb     |    7 +
 4 files changed, 10 insertions(+), 5461 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=7d3febb7d352f6a438c629e244d28e36cc719adc




More information about the Openembedded-commits mailing list