* [ptxdist] [PATCH v2 18/22] protobuf: version bump 3.3.2 -> 3.5.1
@ 2018-01-25 15:32 Clemens Gruber
0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2018-01-25 15:32 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
Changes from v1:
- Use protobuf-all instead of protobuf-cpp to include python bindings
code, required for python-protobuf
patches/protobuf-3.3.2/autogen.sh | 1 -
rules/host-protobuf.make | 1 +
rules/protobuf.make | 7 ++++---
3 files changed, 5 insertions(+), 4 deletions(-)
delete mode 120000 patches/protobuf-3.3.2/autogen.sh
diff --git a/patches/protobuf-3.3.2/autogen.sh b/patches/protobuf-3.3.2/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/protobuf-3.3.2/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh
\ No newline at end of file
diff --git a/rules/host-protobuf.make b/rules/host-protobuf.make
index d65fe1020..be7aa5aaa 100644
--- a/rules/host-protobuf.make
+++ b/rules/host-protobuf.make
@@ -23,6 +23,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_PROTOBUF) += host-protobuf
HOST_PROTOBUF_CONF_TOOL := autoconf
HOST_PROTOBUF_CONF_OPT := \
$(HOST_AUTOCONF) \
+ --disable-64bit-solaris \
--disable-static \
--without-zlib
diff --git a/rules/protobuf.make b/rules/protobuf.make
index 34b1e3dd9..e606382a8 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
#
# Paths and names
#
-PROTOBUF_VERSION := 3.3.2
-PROTOBUF_MD5 := 19ed45d0cbbb88de2c4922978235d314 ef2a6a6bb3b92d8fa8d71e3cef741f2f
+PROTOBUF_VERSION := 3.5.1
+PROTOBUF_MD5 := 94fd082b16e1931d45773f0f59a22356
PROTOBUF := protobuf-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.gz
-PROTOBUF_URL := https://github.com/google/protobuf/archive/v$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)
+PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-all-$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)
PROTOBUF_SOURCE := $(SRCDIR)/$(PROTOBUF).$(PROTOBUF_SUFFIX)
PROTOBUF_DIR := $(BUILDDIR)/$(PROTOBUF)
PROTOBUF_LICENSE := BSD-3-Clause
@@ -35,6 +35,7 @@ PROTOBUF_LICENSE := BSD-3-Clause
PROTOBUF_CONF_TOOL := autoconf
PROTOBUF_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-64bit-solaris \
--disable-static \
--$(call ptx/wwo, PTXCONF_PROTOBUF_ZLIB)-zlib \
--with-protoc=$(PTXDIST_SYSROOT_HOST)/bin/protoc
--
2.16.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-25 15:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25 15:32 [ptxdist] [PATCH v2 18/22] protobuf: version bump 3.3.2 -> 3.5.1 Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox