aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vim
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-05-25 20:34:54 +0000
committerTom Rini <trini@embeddedalley.com>2009-05-30 13:33:24 -0400
commitfd94b63f7036a6b2bedc1055c5fef510b27704b1 (patch)
treecf2813e674f5ba8b2482783c8dea38ff5cf1c2e1 /recipes/vim
parentb78152acaf5ae9a45f7c749291bf276f60707832 (diff)
downloadopenembedded-fd94b63f7036a6b2bedc1055c5fef510b27704b1.tar.gz
Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/vim')
-rw-r--r--recipes/vim/gvim_7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vim/gvim_7.0.bb b/recipes/vim/gvim_7.0.bb
index 78a0c54f9d..a073e656a7 100644
--- a/recipes/vim/gvim_7.0.bb
+++ b/recipes/vim/gvim_7.0.bb
@@ -4,7 +4,7 @@ require vim.inc
DEPENDS += "gtk+ xt"
PR = "r1"
-FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/vim-7.0', '${FILE_DIRNAME}/vim', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+FILESPATHPKG =. "vim-${PV}:vim:"
EXTRA_OECONF = "--enable-gui=gtk2 --enable-gtk2-test --disable-gtktest \
--disable-xim --with-features=big \