summaryrefslogtreecommitdiffstats
path: root/package/protobuf/protobuf.mk
diff options
context:
space:
mode:
authorMario J. Rugiero <mrugiero@gmail.com>2017-04-21 13:06:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-22 15:23:45 +0200
commit1872903d868ccce3a29a906807fa17570f238bb0 (patch)
tree2e94c64a4c8f6b26c722a7fabe6707045c7f2171 /package/protobuf/protobuf.mk
parentd9c7723da45557abd0375d9d9edbdd0e9257b29e (diff)
downloadbuildroot-1872903d868ccce3a29a906807fa17570f238bb0.tar.gz
buildroot-1872903d868ccce3a29a906807fa17570f238bb0.zip
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>
Diffstat (limited to 'package/protobuf/protobuf.mk')
-rw-r--r--package/protobuf/protobuf.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 72930c1fef..a3e96d4f89 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -7,12 +7,11 @@
# When bumping this package, make sure to also verify if the
# python-protobuf package still works, as they share the same
# version/site variables.
-PROTOBUF_VERSION = v3.0.0
-PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION))
+PROTOBUF_VERSION = 3.2.0
+PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
+PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)
PROTOBUF_LICENSE = BSD-3-Clause
PROTOBUF_LICENSE_FILES = LICENSE
-# no configure script
-PROTOBUF_AUTORECONF = YES
# N.B. Need to use host protoc during cross compilation.
PROTOBUF_DEPENDENCIES = host-protobuf
OpenPOWER on IntegriCloud