mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
25d7d4bd57
commit
3525310150
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user