mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package{protobuf,python-protobuf}: bump to v3.2.0
Both packages are coupled, so both are bumped and build-tested. The atomics' support patch is no longer needed, and neither is the autoreconf option, and SPARC64 is no longer broken. To make sure of this, one config of each of the following archs was tested (base defconfig in parens): - PowerPC (qemu_ppc_g3beige_defconfig) - SPARC (qemu_sparc_ss10_defconfig) - SPARC64 (qemu_sparc64_sun4u_defconfig) Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d9c7723da4
commit
1872903d86
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
|
||||
PYTHON_PROTOBUF_SOURCE = $(PROTOBUF_SOURCE)
|
||||
PYTHON_PROTOBUF_SOURCE = protobuf-python-$(PYTHON_PROTOBUF_VERSION).tar.gz
|
||||
PYTHON_PROTOBUF_SITE = $(PROTOBUF_SITE)
|
||||
PYTHON_PROTOBUF_LICENSE = BSD-3-Clause
|
||||
PYTHON_PROTOBUF_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user