aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2018-06-04 14:13:13 -0400
committerArmin Kuster <akuster808@gmail.com>2018-06-07 06:43:47 -0700
commit352531015014d1957d6444d114f4451e241c4d23 (patch)
treeaca85fbe34689a6bb21d9c59afe1832564dc801e
parent25d7d4bd5775f02f7064f1fa7fe659159aaab305 (diff)
downloadmeta-openembedded-contrib-352531015014d1957d6444d114f4451e241c4d23.tar.gz
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>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
index fae7c18a16..fe28f475a4 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
@@ -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"