diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-13 13:14:47 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-13 13:14:47 +0800 |
commit | 9de8b3cf788156a87e2adebd09086e10694917fd (patch) | |
tree | 5a5c4863cfb6686b166259f1d8f69e2d56bc1b1e | |
parent | fe026e84a4a0150a21fb1666d8a414af318f619c (diff) | |
download | meta-secure-core-9de8b3cf788156a87e2adebd09086e10694917fd.tar.gz |
seloader,libsign: fix homepage URLs
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | 2 | ||||
-rw-r--r-- | meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb index 53b096f..db1b578 100644 --- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | |||
@@ -14,7 +14,7 @@ interface to allow the bootloader to verify the file, file buffer or \ | |||
14 | memory buffer without knowing the file format. \ | 14 | memory buffer without knowing the file format. \ |
15 | " | 15 | " |
16 | AUTHOR = "Jia Zhang" | 16 | AUTHOR = "Jia Zhang" |
17 | HOMEPAGE = "https://github.com/jiazhang0/SELoader.git" | 17 | HOMEPAGE = "https://github.com/jiazhang0/SELoader" |
18 | SECTION = "bootloaders" | 18 | SECTION = "bootloaders" |
19 | 19 | ||
20 | LICENSE = "BSD-3-Clause" | 20 | LICENSE = "BSD-3-Clause" |
diff --git a/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb b/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb index faa07b7..369d533 100644 --- a/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb +++ b/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb | |||
@@ -8,7 +8,7 @@ layout of a signature format, and signlet only cares how to construct the \ | |||
8 | signing request. \ | 8 | signing request. \ |
9 | " | 9 | " |
10 | AUTHOR = "Jia Zhang" | 10 | AUTHOR = "Jia Zhang" |
11 | HOMEPAGE = "https://github.com/jiazhang0/libsign.git" | 11 | HOMEPAGE = "https://github.com/jiazhang0/libsign" |
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | 13 | ||
14 | LICENSE = "BSD-3-Clause" | 14 | LICENSE = "BSD-3-Clause" |