diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-31 12:01:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-31 12:01:05 +0200 |
commit | 6a8b960862f8ab048b42009d6c30d1d5561ad6bb (patch) | |
tree | 86ae2e2561bd29d1ce89646ac0512fd4839ef852 /recipes/vim/vim_7.0.bb | |
parent | d6606b5feead01f3f6b4e51d0d4cddb601ac7992 (diff) | |
parent | bbbd4a93365f40d6d43e13486172729ebfa3f9ad (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/vim/vim_7.0.bb')
-rw-r--r-- | recipes/vim/vim_7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vim/vim_7.0.bb b/recipes/vim/vim_7.0.bb index c821f6e974..e3fa7ab1e9 100644 --- a/recipes/vim/vim_7.0.bb +++ b/recipes/vim/vim_7.0.bb @@ -2,7 +2,7 @@ VIMVER = "70" require vim.inc -PR = "r1" +PR = "${INC_PR}.1" EXTRA_OECONF = "--enable-gui=none --disable-gtktest \ --disable-xim --with-features=big \ |