Skip to content

Commit efa82f4

Browse files
author
Nao Nishijima
committed
Fix gmock links broken
This patch updated protobuf link from v3.0.0 to v3.0.2. FAB-309 reported that there was no link to get gmock packages which was required to build protobuf v3.0.0-beta-3. FAB-108 upgraded protobuf from v3.0.0-beta-3 to v3.0.0. But the link to gmock packages was not fixed in protobuf v3.0.0. This link was fixed in protobuf v3.0.2. Fixes FAB-309 Change-Id: I20cf9674bd9e12ea3be5711ad719d18a6b8d9fd4 Signed-off-by: Nao Nishijima <[email protected]>
1 parent f6403a8 commit efa82f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/base/scripts/common/setup.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ fi
101101

102102
# First install protoc
103103
cd /tmp
104-
wget --quiet https://github.com/google/protobuf/archive/v3.0.0.tar.gz
105-
tar xpzf v3.0.0.tar.gz
106-
cd protobuf-3.0.0
104+
wget --quiet https://github.com/google/protobuf/archive/v3.0.2.tar.gz
105+
tar xpzf v3.0.2.tar.gz
106+
cd protobuf-3.0.2
107107
apt-get install -y autoconf automake libtool curl make g++ unzip
108108
apt-get install -y build-essential
109109
./autogen.sh

0 commit comments

Comments
 (0)