aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Capper <steve.capper@linaro.org>2015-10-30 13:38:16 +0000
committerSteve Capper <steve.capper@linaro.org>2015-10-30 13:44:01 +0000
commita4ef371718fc32d25cc01137e559da4079368773 (patch)
tree57727a420ce03a775a202f1cc630d6904701fb58
parent3033ede8c0a0ede0323c4e8c946d1293ed64729c (diff)
TEZ: Bump protobuf to 2.6.1
Upstream protobuf version 2.5.0 does not support AArch64. Bump up to 2.6.1. Signed-off-by: Steve Capper <steve.capper@linaro.org>
-rw-r--r--bigtop-packages/src/common/tez/patch1-TEX-bumpprotoc.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/bigtop-packages/src/common/tez/patch1-TEX-bumpprotoc.diff b/bigtop-packages/src/common/tez/patch1-TEX-bumpprotoc.diff
new file mode 100644
index 00000000..4971a2f1
--- /dev/null
+++ b/bigtop-packages/src/common/tez/patch1-TEX-bumpprotoc.diff
@@ -0,0 +1,12 @@
+diff -urN apache-tez-0.6.0-src.orig/pom.xml apache-tez-0.6.0-src/pom.xml
+--- apache-tez-0.6.0-src.orig/pom.xml 2015-10-30 13:35:14.450000000 +0000
++++ apache-tez-0.6.0-src/pom.xml 2015-10-30 13:36:10.240000000 +0000
+@@ -46,7 +46,7 @@
+ <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
+ <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
+ <failIfNoTests>false</failIfNoTests>
+- <protobuf.version>2.5.0</protobuf.version>
++ <protobuf.version>2.6.1</protobuf.version>
+ <protoc.path>${env.PROTOC_PATH}</protoc.path>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <scm.url>scm:git:https://git-wip-us.apache.org/repos/asf/tez.git</scm.url>