From c7e0e7e71681aadbd84b996e885607232d715a9e Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sun, 17 Apr 2022 03:50:11 +0200 Subject: u-boot: Correct the SRC_URI This avoids a redirect. (From OE-Core rev: 879bc5098943cf6977c32555ac31cb21be7b46ae) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8e78ea4a75..488b923737 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" -- cgit v1.2.3-54-g00ecf