summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2015-08-21 12:15:24 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:17:09 +0200
commit09078499f6b8cd6424c300dc0b1564576d0443ac (patch)
tree5a395fbc372f4dc63caa71035e08009cb1c823d8
parentb1bdecb7be72b2acff63d6b8581d79c9d79661be (diff)
downloadmeta-openembedded-09078499f6b8cd6424c300dc0b1564576d0443ac.tar.gz
vim: Move SRC_URI from Google Code to github.
I chose the rev that matched the existing recipe version. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/vim/vim_7.4.481.bb6
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 afdea84d4..2ece53b57 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"
6LICENSE = "vim" 6LICENSE = "vim"
7LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8" 7LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8"
8 8
9SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \ 9SRC_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"
13SRCREV = "v7-4-481" 13SRCREV = "861d80a671747e6535c83356bcffcf80a72f543b"
14 14
15S = "${WORKDIR}/vim/src" 15S = "${WORKDIR}/git/src"
16 16
17VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}" 17VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"
18 18