diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-28 15:18:57 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-31 12:58:31 +0100 |
commit | 285f7fe1b4f3444befbc3866656caa6d77d872c3 (patch) | |
tree | 21c245f9400459d4c0c99e1ee60fe731d4ba191f /meta-oe/recipes-support/vim | |
parent | 72a1427f116cbb516aeced7931aedc891865bac7 (diff) | |
download | meta-openembedded-285f7fe1b4f3444befbc3866656caa6d77d872c3.tar.gz |
vim: use new u-a syntax
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim')
-rw-r--r-- | meta-oe/recipes-support/vim/vim.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc index ca36bf142..4fa8f7cad 100644 --- a/meta-oe/recipes-support/vim/vim.inc +++ b/meta-oe/recipes-support/vim/vim.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README.txt;md5=72c4840d07b65659b60b3fa405c7da36" | |||
9 | PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 9 | PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
10 | VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" | 10 | VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" |
11 | 11 | ||
12 | INC_PR = "r12" | 12 | INC_PR = "r13" |
13 | 13 | ||
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | ftp://ftp.${PN}.org/pub/${PN}/unix/${PN}-${PV_MAJOR}.tar.bz2;name=${VIMDIR} \ | 15 | ftp://ftp.${PN}.org/pub/${PN}/unix/${PN}-${PV_MAJOR}.tar.bz2;name=${VIMDIR} \ |
@@ -69,9 +69,9 @@ FILES_${PN}-tutor = "${datadir}/${PN}/${VIMDIR}/tutor ${bindir}/${PN}tutor" | |||
69 | FILES_${PN}-vimrc = "${datadir}/${PN}/vimrc" | 69 | FILES_${PN}-vimrc = "${datadir}/${PN}/vimrc" |
70 | FILES_${PN}-data = "${datadir}/${PN}" | 70 | FILES_${PN}-data = "${datadir}/${PN}" |
71 | 71 | ||
72 | ALTERNATIVE_NAME = "vi" | 72 | ALTERNATIVE_${PN} = "vi" |
73 | ALTERNATIVE_PATH = "${bindir}/${PN}" | 73 | ALTERNATIVE_TARGET[vi] = "${bindir}/${PN}" |
74 | ALTERNATIVE_LINK = "${base_bindir}/vi" | 74 | ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" |
75 | ALTERNATIVE_PRIORITY = "100" | 75 | ALTERNATIVE_PRIORITY[vi] = "100" |
76 | 76 | ||
77 | PARALLEL_MAKE = "" | 77 | PARALLEL_MAKE = "" |