1872903d86
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>
17 lines
569 B
Makefile
17 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-protobuf
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
|
|
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
|
|
PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
|
|
PYTHON_PROTOBUF_SETUP_TYPE = setuptools
|
|
PYTHON_PROTOBUF_SUBDIR = python
|
|
|
|
$(eval $(python-package))
|