diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vim_6.2.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe index 4cae1c23c7..87feb8d60c 100644 --- a/vim/vim_6.2.oe +++ b/vim/vim_6.2.oe @@ -3,16 +3,16 @@ RDEPENDS = "libc6 ncurses" DESCRIPTION = "Vim is an almost fully-compatible \ version of the Unix editor Vi." -SRC_URI = ftp://ftp.vim.org/pub/vim/unix/vim-6.2.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" S = "${WORKDIR}/vim62/src" inherit autotools -EXTRA_OECONF = '--enable-gui=none --disable-gtktest \ +EXTRA_OECONF = "--enable-gui=none --disable-gtktest \ --disable-xim --with-features=normal \ --disable-gpm --without-x --disable-netbeans \ - --with-tlib=ncurses' + --with-tlib=ncurses" do_configure () { rm -f auto/* |