diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-devtools/protobuf | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
| -rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index 6fef0bed2c..ee84b4e049 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS = "protobuf-native protobuf" | |||
| 14 | 14 | ||
| 15 | SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26" | 15 | SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \ | 17 | SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https \ |
| 18 | file://0001-avoid-race-condition.patch \ | 18 | file://0001-avoid-race-condition.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb index 0392f9339b..62c6ee0159 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS_append_class-target = " protobuf-native" | |||
| 12 | 12 | ||
| 13 | SRCREV = "d7e943b8d2bc444a8c770644e73d090b486f8b37" | 13 | SRCREV = "d7e943b8d2bc444a8c770644e73d090b486f8b37" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=master;protocol=https \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | file://0001-protobuf-fix-configure-error.patch \ | 17 | file://0001-protobuf-fix-configure-error.patch \ |
| 18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ | 18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ |
