summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-07-27 16:27:50 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-07-29 18:44:07 +0800
commitb84dc32e1de11135a57c4a8953b54befd2d4fe1b (patch)
treede5bc68359934eae84258dfd786791be18ffe802
parentc38e155c36aaff291bece434775f493ebd5e9de5 (diff)
downloadmeta-secure-core-b84dc32e1de11135a57c4a8953b54befd2d4fe1b.tar.gz
shim_git: fix the do_fetch warning
Fixes: WARNING: shim-12+gitAUTOINC+5202f80c32-r0 do_fetch: Failed to fetch URL git://github.com/rhboot/shim.git, attempting MIRRORS if available Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
-rw-r--r--meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
index 1efd286..489f1c3 100644
--- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
+++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
@@ -20,7 +20,7 @@ DEPENDS += "\
20PV = "12+git${SRCPV}" 20PV = "12+git${SRCPV}"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/rhboot/shim.git \ 23 git://github.com/rhboot/shim.git;branch=main \
24 file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ 24 file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \
25 file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ 25 file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \
26 file://0006-Prevent-from-removing-intermediate-.efi.patch \ 26 file://0006-Prevent-from-removing-intermediate-.efi.patch \