|
@@ -7,12 +7,11 @@
|
|
# When bumping this package, make sure to also verify if the
|
|
# When bumping this package, make sure to also verify if the
|
|
# python-protobuf package still works, as they share the same
|
|
# python-protobuf package still works, as they share the same
|
|
# version/site variables.
|
|
# 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 = BSD-3-Clause
|
|
PROTOBUF_LICENSE_FILES = LICENSE
|
|
PROTOBUF_LICENSE_FILES = LICENSE
|
|
-# no configure script
|
|
|
|
-PROTOBUF_AUTORECONF = YES
|
|
|
|
|
|
|
|
# N.B. Need to use host protoc during cross compilation.
|
|
# N.B. Need to use host protoc during cross compilation.
|
|
PROTOBUF_DEPENDENCIES = host-protobuf
|
|
PROTOBUF_DEPENDENCIES = host-protobuf
|