diff options
Diffstat (limited to 'meta-oe/recipes-support/vim/vim.inc')
-rw-r--r-- | meta-oe/recipes-support/vim/vim.inc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc index bb3e56aae9..12e8c1e0fe 100644 --- a/meta-oe/recipes-support/vim/vim.inc +++ b/meta-oe/recipes-support/vim/vim.inc | |||
@@ -4,20 +4,16 @@ DEPENDS = "ncurses" | |||
4 | # vimdiff doesn't like busybox diff | 4 | # vimdiff doesn't like busybox diff |
5 | RSUGGESTS_${PN} = "diffutils" | 5 | RSUGGESTS_${PN} = "diffutils" |
6 | LICENSE = "vim" | 6 | LICENSE = "vim" |
7 | LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=cd49910a3dde6fe0a7e24ebe8cbf7066" | 7 | LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=4c91d841bb7b75f68b5bb8ad7118f5b8" |
8 | 8 | ||
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 = "r13" | 12 | INC_PR = "r13" |
13 | 13 | ||
14 | SRC_URI = " \ | 14 | SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim" |
15 | ftp://ftp.${PN}.org/pub/${PN}/unix/${PN}-${PV_MAJOR}.tar.bz2;name=${VIMDIR} \ | ||
16 | ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-extra.tar.gz;name=${VIMDIR}-extra \ | ||
17 | ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-lang.tar.gz;name=${VIMDIR}-lang \ | ||
18 | " | ||
19 | 15 | ||
20 | S = "${WORKDIR}/${VIMDIR}/src" | 16 | S = "${WORKDIR}/${PN}/src" |
21 | 17 | ||
22 | inherit autotools update-alternatives | 18 | inherit autotools update-alternatives |
23 | 19 | ||