protobuf: Fix fetcher failure for rocko.

The 3.4.x branch disappered from the github repo. Remviing the branch
entry from SRC_URI allows the fetch to succeed. Rocko is the only release
that has this issue. Sumo and later have 3.5.x.

Signed-off-by: Philip Balister <philip@opensdr.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Philip Balister 2018-06-04 14:13:13 -04:00 committed by Armin Kuster
parent 25d7d4bd57
commit 3525310150

View File

@ -18,7 +18,7 @@ SRCREV = "b04e5cba356212e4e8c66c61bbe0c3a20537c5b9"
PV = "3.4.1+git${SRCPV}"
SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x"
SRC_URI = "git://github.com/google/protobuf.git"
EXTRA_OECONF += " --with-protoc=echo"