|
@@ -7,7 +7,7 @@
|
|
# 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 = 3.2.0
|
|
|
|
|
|
+PROTOBUF_VERSION = 3.3.0
|
|
PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
|
|
PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
|
|
PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
|
PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
|
PROTOBUF_LICENSE = BSD-3-Clause
|
|
PROTOBUF_LICENSE = BSD-3-Clause
|
|
@@ -23,8 +23,6 @@ endif
|
|
|
|
|
|
PROTOBUF_INSTALL_STAGING = YES
|
|
PROTOBUF_INSTALL_STAGING = YES
|
|
|
|
|
|
-PROTOBUF_PATCH = https://github.com/google/protobuf/commit/416f90939d4de58fe1a4e2489120010313183291.patch
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
PROTOBUF_DEPENDENCIES += zlib
|
|
PROTOBUF_DEPENDENCIES += zlib
|
|
endif
|
|
endif
|