Skip to content

Commit

Permalink
Fix gmock links broken
Browse files Browse the repository at this point in the history
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 <nao.nishijima@hal.hitachi.com>
  • Loading branch information
Nao Nishijima committed Sep 8, 2016
1 parent f6403a8 commit efa82f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/base/scripts/common/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ fi

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

0 comments on commit efa82f4

Please sign in to comment.