diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-03-19 13:17:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 08:50:02 +0000 |
commit | 38aff0dc0fc7b814fd642a405b910209b2d3effa (patch) | |
tree | 74f340ddab129fecc394790ffd6ac6adf42bbb1b | |
parent | f987e923b107dd3006ddec286126fc3915be53aa (diff) | |
download | poky-38aff0dc0fc7b814fd642a405b910209b2d3effa.tar.gz |
os-release: add LIC_FILES_CHKSUM
Add LIC_FILES_CHKSUM to avoid the warning below at rootfs time.
WARNING: The license listed MIT was not in the licenses collected for os-release
(From OE-Core rev: fa98c9c6038b22df406d4088252e76a0d2975199)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/os-release/os-release.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb index 33e958137f..87fea6f04d 100644 --- a/meta/recipes-core/os-release/os-release.bb +++ b/meta/recipes-core/os-release/os-release.bb | |||
@@ -3,6 +3,7 @@ inherit allarch | |||
3 | SUMMARY = "Operating system identification" | 3 | SUMMARY = "Operating system identification" |
4 | DESCRIPTION = "The /etc/os-release file contains operating system identification data." | 4 | DESCRIPTION = "The /etc/os-release file contains operating system identification data." |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
7 | 8 | ||
8 | do_fetch[noexec] = "1" | 9 | do_fetch[noexec] = "1" |