Hello,

I couldn't reproduce the checksum error with a fresh build with an empty
downloads/ folder.

So this patch is apparently needed only when populating downloads/
folder before fetching vim.

I will investigate a bit more, I think the patch should actually be in
bitbake
(missing supports_checksum for Hg.py)

On 03/20/2015 03:20 PM, Rafaël Carré wrote:
> ---
>  meta-oe/recipes-support/vim/vim_7.4.481.bb | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> 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..ac59077 100644
> --- a/meta-oe/recipes-support/vim/vim_7.4.481.bb
> +++ b/meta-oe/recipes-support/vim/vim_7.4.481.bb
> @@ -10,6 +10,10 @@ SRC_URI = 
> "hg://vim.googlecode.com/hg/;protocol=https;module=vim \
>             file://disable_acl_header_check.patch;patchdir=.. \
>             file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
>  "
> +
> +SRC_URI[md5sum] = "5fd5d754581a673a25733c12367cf9d2"
> +SRC_URI[sha256sum] = 
> "e2cc416dabea503e9e5631afc21bb00dcbfb9d05481641b75f247fd89ff4d7e8"
> +
>  SRCREV = "v7-4-481"
>  
>  S = "${WORKDIR}/vim/src"
> 
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to