diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-13 13:11:47 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-13 13:11:47 +0800 |
commit | fe026e84a4a0150a21fb1666d8a414af318f619c (patch) | |
tree | 5efebba2fbf46f114bb7cc29708a2d773674c40a | |
parent | 8dbce3e3a034fdcb8ba38269814c748123653df5 (diff) | |
download | meta-secure-core-fe026e84a4a0150a21fb1666d8a414af318f619c.tar.gz |
cryptfs-tpm2: add author and homepage info
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb index 13367e0..2afe248 100644 --- a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb +++ b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | |||
@@ -8,7 +8,10 @@ created by RNG engine in TPM. In order to avoid saving the \ | |||
8 | context file, the created passphrase and primary key are always \ | 8 | context file, the created passphrase and primary key are always \ |
9 | persistent in TPM. \ | 9 | persistent in TPM. \ |
10 | " | 10 | " |
11 | AUTHOR = "Jia Zhang" | ||
12 | HOMEPAGE = "https://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2" | ||
11 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | |||
12 | LICENSE = "BSD-3-Clause" | 15 | LICENSE = "BSD-3-Clause" |
13 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" | 16 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" |
14 | 17 | ||