From b402a3076fbafe05d0b8621e50603b65c3fe8147 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Nov 2021 23:06:48 +0000 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: Richard Purdie Signed-off-by: Khem Raj --- meta-oe/recipes-support/libmxml/libmxml_3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/libmxml') diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb index 2e8ecbfc44..02443e27ff 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" HOMEPAGE = "https://www.msweet.org/mxml/" BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" -SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1" +SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf