[oe-commits] Philip Balister : vim: Move SRC_URI from Google Code to github.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 17:17:16 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 09078499f6b8cd6424c300dc0b1564576d0443ac
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=09078499f6b8cd6424c300dc0b1564576d0443ac

Author: Philip Balister <philip at balister.org>
Date:   Fri Aug 21 12:15:24 2015 -0400

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 at balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/vim/vim_7.4.481.bb | 6 +++---
 1 file 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 afdea84..2ece53b 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"
 LICENSE = "vim"
 LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc770691c967b8f8"
 
-SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \
+SRC_URI = "git://github.com/vim/vim.git \
            file://disable_acl_header_check.patch;patchdir=.. \
            file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
 "
-SRCREV = "v7-4-481"
+SRCREV = "861d80a671747e6535c83356bcffcf80a72f543b"
 
-S = "${WORKDIR}/vim/src"
+S = "${WORKDIR}/git/src"
 
 VIMDIR = "vim${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"
 



More information about the Openembedded-commits mailing list