summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-07 10:42:23 -0800
committerArmin Kuster <akuster808@gmail.com>2021-11-13 07:45:48 -0800
commit7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch)
treec3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-devtools/protobuf
parent10dabf3896591f33c02f420204cb79fefecd2f19 (diff)
downloadmeta-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.bb2
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb2
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
15SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26" 15SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26"
16 16
17SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \ 17SRC_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
13SRCREV = "d7e943b8d2bc444a8c770644e73d090b486f8b37" 13SRCREV = "d7e943b8d2bc444a8c770644e73d090b486f8b37"
14 14
15SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ 15SRC_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 \