From: Peter Kjellerstedt Date: Sun, 17 Apr 2022 01:50:11 +0000 (+0200) Subject: u-boot: Correct the SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879bc5098943cf6977c32555ac31cb21be7b46ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot: Correct the SRC_URI This avoids a redirect. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8e78ea4a756..488b923737f 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -14,8 +14,7 @@ PE = "1" # repo during parse SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17" -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" S = "${WORKDIR}/git" B = "${WORKDIR}/build"