diff options
| author | Dimitri Bouras <dimitrios.bouras@gmail.com> | 2022-02-08 15:34:02 -0800 | 
|---|---|---|
| committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2022-02-09 08:58:58 +0800 | 
| commit | 6dd9a49284bd29754abcb4fd312cdff43d5f3a69 (patch) | |
| tree | 1f55a4cd132c92be0d1956ea73a8f6a5dac25272 | |
| parent | c9d359ea33552b8f8b4728483100bb8225fe38cd (diff) | |
| download | meta-secure-core-sumo.tar.gz | |
Updated the URI for Jeremy Kerr's sbsigntoolssumo
Jeremy Kerr's sbsigntools are no longer hosted on git://kernel.ubuntu.com/jk/sbsigntool. A copy exists at git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools. This change is required to build meta-secure-core under sumo.
| -rw-r--r-- | meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb | 2 | 
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..65d1fdc 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" | |||
| 12 | PV = "0.6+git${SRCPV}" | 12 | PV = "0.6+git${SRCPV}" | 
| 13 | 13 | ||
| 14 | SRC_URI = "\ | 14 | SRC_URI = "\ | 
| 15 | git://kernel.ubuntu.com/jk/sbsigntool \ | 15 | git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools \ | 
| 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 \ | 
