diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 09:28:10 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 09:28:10 +0200 |
commit | c2e3f410ad356fdec7ecd10754ecc5a7c63b46b7 (patch) | |
tree | c17589ffe61cea63409a5299342cad76352fb508 /recipes/vim/vim.inc | |
parent | ebb96469a2809626c286dfb0ce2f9d61445dc6d9 (diff) |
vim: remved FILESDIR from inc; renamed patches dir
removed FILESDIR
moved vim-7.2 dir to files (which is afaik the preferred way if files are to be used by different
recipes (not being different versions of the recipe)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/vim/vim.inc')
-rw-r--r-- | recipes/vim/vim.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/vim/vim.inc b/recipes/vim/vim.inc index 185b599073..054d7d8d77 100644 --- a/recipes/vim/vim.inc +++ b/recipes/vim/vim.inc @@ -5,9 +5,7 @@ DEPENDS = "ncurses" RSUGGESTS_${PN} = "diffutils" LICENSE = "vim" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/vim-${PV}" - -INC_PR = "r5" +INC_PR = "r6" SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2;name=vim${PV}tarbz2 \ ftp://ftp.vim.org/pub/vim/extra/vim-${PV}-extra.tar.gz;name=vim${PV}extratargz \ |