[oe-commits] [meta-openembedded] 04/04: protobuf: Fix fetcher failure for rocko.

git at git.openembedded.org git at git.openembedded.org
Thu Jun 7 13:47:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch rocko-next
in repository meta-openembedded.

commit 352531015014d1957d6444d114f4451e241c4d23
Author: Philip Balister <philip at opensdr.com>
AuthorDate: Mon Jun 4 14:13:13 2018 -0400

    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 at opensdr.com>
    Acked-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fae7c18..fe28f47 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list