From: Peter Kjellerstedt Date: Sun, 17 Apr 2022 01:50:11 +0000 (+0200) Subject: u-boot: Correct the SRC_URI X-Git-Tag: yocto-3.1.16~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da46e0423a7003fb689a8b6a03f5924b8f22cb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git u-boot: Correct the SRC_URI This avoids a redirect. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit 879bc5098943cf6977c32555ac31cb21be7b46ae) Signed-off-by: Steve Sakoman (cherry picked from commit 2233e83da4fab1d6d34517f6ebf5860f4fd5b2a1) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index a001190292c..91fe08966b1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -14,13 +14,13 @@ PE = "1" # repo during parse SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \ file://remove-redundant-yyloc-global.patch \ file://CVE-2020-8432.patch \ file://CVE-2020-10648-1.patch \ file://CVE-2020-10648-2.patch \ " - + S = "${WORKDIR}/git" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"