mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
protobuf: Fix protobuf fetch issue
When build image, error occassionally exists: "ERROR: protobuf-3.15.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/protocolbuffers/protobuf.git'. Unable to fetch URL from any source." - Use nobranch=1 to avoid the missing commit on master branch. - Use protocol=https for Github urls. Signed-off-by: Mingyang Wang <mingyang.wang@nxp.com> Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
parent
93e0526299
commit
72914a27db
2
meta-ml/recipes-devtools/protobuf/protobuf_3.15.2.bbappend
Executable file
2
meta-ml/recipes-devtools/protobuf/protobuf_3.15.2.bbappend
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
SRC_URI_remove = "git://github.com/protocolbuffers/protobuf.git "
|
||||
SRC_URI_append = "git://github.com/protocolbuffers/protobuf.git;protocol=https;nobranch=1"
|
||||
Loading…
Reference in New Issue
Block a user