All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][fido][PATCH] vim: add checksum
@ 2015-09-11 13:18 Josep Puigdemont
  2015-09-13 19:32 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Josep Puigdemont @ 2015-09-11 13:18 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Josep Puigdemont <josep.puigdemont@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][fido][PATCH] vim: add checksum
  2015-09-11 13:18 [meta-oe][fido][PATCH] vim: add checksum Josep Puigdemont
@ 2015-09-13 19:32 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-09-13 19:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1756 bytes --]

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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-13 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-11 13:18 [meta-oe][fido][PATCH] vim: add checksum Josep Puigdemont
2015-09-13 19:32 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.