summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-13 13:14:47 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-13 13:14:47 +0800
commit9de8b3cf788156a87e2adebd09086e10694917fd (patch)
tree5a5c4863cfb6686b166259f1d8f69e2d56bc1b1e
parentfe026e84a4a0150a21fb1666d8a414af318f619c (diff)
downloadmeta-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.bb2
-rw-r--r--meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb2
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 \
14memory buffer without knowing the file format. \ 14memory buffer without knowing the file format. \
15" 15"
16AUTHOR = "Jia Zhang" 16AUTHOR = "Jia Zhang"
17HOMEPAGE = "https://github.com/jiazhang0/SELoader.git" 17HOMEPAGE = "https://github.com/jiazhang0/SELoader"
18SECTION = "bootloaders" 18SECTION = "bootloaders"
19 19
20LICENSE = "BSD-3-Clause" 20LICENSE = "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 \
8signing request. \ 8signing request. \
9" 9"
10AUTHOR = "Jia Zhang" 10AUTHOR = "Jia Zhang"
11HOMEPAGE = "https://github.com/jiazhang0/libsign.git" 11HOMEPAGE = "https://github.com/jiazhang0/libsign"
12SECTION = "devel" 12SECTION = "devel"
13 13
14LICENSE = "BSD-3-Clause" 14LICENSE = "BSD-3-Clause"