diff options
Diffstat (limited to 'meta-oe/recipes-support/vim/vim_7.4.481.bb')
| -rw-r--r-- | meta-oe/recipes-support/vim/vim_7.4.481.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/vim/vim_7.4.481.bb b/meta-oe/recipes-support/vim/vim_7.4.481.bb index afdea84d45..2ece53b574 100644 --- a/meta-oe/recipes-support/vim/vim_7.4.481.bb +++ b/meta-oe/recipes-support/vim/vim_7.4.481.bb | |||
| @@ -6,13 +6,13 @@ RSUGGESTS_${PN} = "diffutils" | |||
| 6 | LICENSE = "vim" | 6 | LICENSE = "vim" |
| 7 | LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8" | 7 | LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8" |
| 8 | 8 | ||
| 9 | SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \ | 9 | SRC_URI = "git://github.com/vim/vim.git \ |
| 10 | file://disable_acl_header_check.patch;patchdir=.. \ | 10 | file://disable_acl_header_check.patch;patchdir=.. \ |
| 11 | file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \ | 11 | file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "v7-4-481" | 13 | SRCREV = "861d80a671747e6535c83356bcffcf80a72f543b" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/vim/src" | 15 | S = "${WORKDIR}/git/src" |
| 16 | 16 | ||
| 17 | VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" | 17 | VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" |
| 18 | 18 | ||
