diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /vim | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
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/* |