diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-03 10:07:38 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-03 10:07:38 +0800 |
commit | a93993cdc9bf8eb39a98f034cfb85a196ef6dff3 (patch) | |
tree | 146a9d94a54aabcbf981d93ecee620db1d673b12 | |
parent | c3f89c1931540302e0750442cb24c2b6ee7b9102 (diff) | |
download | meta-secure-core-a93993cdc9bf8eb39a98f034cfb85a196ef6dff3.tar.gz |
initramfs-secure-core: fix missing the license file
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-secure-core.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-secure-core.bb b/meta/recipes-core/initrdscripts/initramfs-secure-core.bb index 989038d..8604df5 100644 --- a/meta/recipes-core/initrdscripts/initramfs-secure-core.bb +++ b/meta/recipes-core/initrdscripts/initramfs-secure-core.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Basic init for initramfs to mount and pivot root" | 1 | SUMMARY = "Basic init for initramfs to mount and pivot root" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
3 | 4 | ||
4 | SRC_URI = "file://init" | 5 | SRC_URI = "file://init" |
5 | 6 | ||