[Buildroot] [PATCH 1/1] libvpx : add hash

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 6 20:34:54 UTC 2015


Dear Sagaert Johan,

On Mon,  6 Apr 2015 21:56:50 +0200, Sagaert Johan wrote:
> Also added VP8/VP9 codec names to Config.in menu help.
> 
> Signed-off-by: Sagaert Johan <sagaert.johan at proximus.be>
> ---
>  package/libvpx/Config.in   | 2 ++
>  package/libvpx/libvpx.hash | 3 +++
>  2 files changed, 5 insertions(+)
>  create mode 100644 package/libvpx/libvpx.hash
> 
> diff --git a/package/libvpx/Config.in b/package/libvpx/Config.in
> index 0ed3e1a..67cc71a 100644
> --- a/package/libvpx/Config.in
> +++ b/package/libvpx/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_LIBVPX
>  	help
>  	  A high-quality, open video format that's freely available to
>  	  everyone.
> +	  libvpx contains the VP8/VP9 codecs used in applications like
> +	  linphone.

I don't think the "linphone" example makes a lot of sense, as there
are zillions of other applications that may use libvpx, and some of
them are probably more popular than linphone. Maybe something like:

	  A high-quality, open video format that's freely available to
	  everyone. Supports the VP8 and VP9 formats.

> diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
> new file mode 100644
> index 0000000..36d48f8
> --- /dev/null
> +++ b/package/libvpx/libvpx.hash
> @@ -0,0 +1,3 @@
> +# Locally computed:
> +sha256  b3917c9167fc4979377fddee7f4e9378c35698dad18e23a729251c77644a2048  libvpx-v1.3.0.tar.gz

We're fetching via Git, and the tarball is generated locally on your
machine. Since this process is not reproducible, we cannot guarantee
that the hash will always be the same. Therefore, we do not store hash
files for Git-sourced packages.

I've marked your patch as Rejected in patchwork for this reason.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list