[Buildroot] [PATCH] protobuf: bump to 2.6.1

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Nov 8 15:49:05 UTC 2015


Dear Steven Noonan,

On Wed,  4 Nov 2015 00:37:21 -0800, Steven Noonan wrote:
> Signed-off-by: Steven Noonan <steven at uplinklabs.net>
> ---
>  package/protobuf/protobuf.hash | 2 ++
>  package/protobuf/protobuf.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/protobuf/protobuf.hash

This is breaking the build of python-protobuf:
http://autobuild.buildroot.net/results/16e/16e8c41f3b6627ecee96fcf5ab3b22f1b7513ba4/build-end.log.

The problem is that python-protobuf now has some additional
dependencies, which setuptools tries to download automatically. You
probably haven't seen this on your machine because it automatically
downloads the needed dependencies. It appears on the autobuilders
because https:// downloads fail.

This should be fixed by:

 1/ Ensuring that setuptools does not download dependencies
    automatically

 2/ Packaging the appropriate python-protobuf dependencies.

Thanks,

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



More information about the buildroot mailing list