[oe] [meta-oe][fido][PATCH] vim: add checksum

Martin Jansa martin.jansa at gmail.com
Sun Sep 13 19:32:19 UTC 2015


On Fri, Sep 11, 2015 at 03:18:00PM +0200, Josep Puigdemont wrote:
> This fixes this build issue:
> ERROR: No checksum specified for .../downloads/vim_vim.googlecode.com_.hg._v7-4-481.tar.gz, please add at least one to the recipe:
> SRC_URI[md5sum] = "797c8c3023a810bb8c11ea0a0d185855"
> SRC_URI[sha256sum] = "359d5e3d8981c5047364a3fe5cf7c0928b796570f7cf74aa3ed01593942fd064"
> ERROR: Function failed: Fetcher failure for URL: 'http://downloads.yoctoproject.org/mirror/sources/vim_vim.googlecode.com_.hg._v7-4-481.tar.gz;protocol=https;module=vim'. Missing SRC_URI checksum

NAK, you need to update your bitbake (the version you're using has a bug
in hg fetcher).

> Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
> ---
>  meta-oe/recipes-support/vim/vim_7.4.481.bb | 2 ++
>  1 file changed, 2 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..2c8e4c6 100644
> --- a/meta-oe/recipes-support/vim/vim_7.4.481.bb
> +++ b/meta-oe/recipes-support/vim/vim_7.4.481.bb
> @@ -11,6 +11,8 @@ SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \
>             file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
>  "
>  SRCREV = "v7-4-481"
> +SRC_URI[md5sum] = "797c8c3023a810bb8c11ea0a0d185855"
> +SRC_URI[sha256sum] = "359d5e3d8981c5047364a3fe5cf7c0928b796570f7cf74aa3ed01593942fd064"
>  
>  S = "${WORKDIR}/vim/src"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150913/b1237fcc/attachment-0002.sig>


More information about the Openembedded-devel mailing list