summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Marler <johnnymarler@gmail.com>2021-08-23 14:54:29 -0600
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-08-24 09:19:32 +0800
commit5befefe199892adba78a29f762fd4ad8fb125686 (patch)
treed4715d2c352e9f63d1fc06054124fa17a2daa66c
parentdb22483ff3e2b5f70030c12b2d40bcfeae028a32 (diff)
downloadmeta-secure-core-thud.tar.gz
fix sbsigningtool SRC_URIthud
The SRC_URI git://kernel.ubuntu.com/jk/sbsigntool no longer exists. I've updated the SRC_URI to point to the new location.
-rw-r--r--meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
index a43afa1..d6f8f8a 100644
--- a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
+++ b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
@@ -12,7 +12,7 @@ DEPENDS += "binutils openssl gnu-efi util-linux"
12PV = "0.6+git${SRCPV}" 12PV = "0.6+git${SRCPV}"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 git://kernel.ubuntu.com/jk/sbsigntool \ 15 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https \
16 file://ccan.git.tar.bz2 \ 16 file://ccan.git.tar.bz2 \
17 file://fix-mixed-implicit-and-normal-rules.patch;apply=0 \ 17 file://fix-mixed-implicit-and-normal-rules.patch;apply=0 \
18 file://disable-man-page-creation.patch \ 18 file://disable-man-page-creation.patch \