aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-03-18 14:46:27 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-03-19 13:15:49 +0800
commit076d15fec541333ac5ce7d7cc59c6fc01f9c69c7 (patch)
tree4678fe18b8f49d8ec8f22059506ae4b20912f432
parentd8e7b2d1abbd057db495d0e112475964670b9d49 (diff)
downloadopenembedded-core-contrib-076d15fec541333ac5ce7d7cc59c6fc01f9c69c7.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 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta/recipes-core/os-release/os-release.bb1
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
SUMMARY = "Operating system identification"
DESCRIPTION = "The /etc/os-release file contains operating system identification data."
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
INHIBIT_DEFAULT_DEPS = "1"
do_fetch[noexec] = "1"