From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- vim/vim_6.2.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim') 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/* -- cgit v1.2.3