From 7fbb2767186a4db729efe4f440cc9a992f2ab183 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 7 Nov 2021 10:42:23 -0800 Subject: 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 --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | 2 +- meta-oe/recipes-devtools/protobuf/protobuf_3.15.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-devtools/protobuf') 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" SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26" -SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \ +SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https \ file://0001-avoid-race-condition.patch \ " 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" SRCREV = "d7e943b8d2bc444a8c770644e73d090b486f8b37" -SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ +SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=master;protocol=https \ file://run-ptest \ file://0001-protobuf-fix-configure-error.patch \ file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ -- cgit v1.2.3-54-g00ecf