]> code.ossystems Code Review - openembedded-core.git/commitdiff
os-release: add LIC_FILES_CHKSUM
authorChen Qi <Qi.Chen@windriver.com>
Thu, 19 Mar 2015 05:17:54 +0000 (13:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Mar 2015 09:42:41 +0000 (09:42 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/os-release/os-release.bb

index 33e958137fc6f440f3b565bd6fcb35a4c066dc9e..87fea6f04d366d3da68e014c091be28985eb7815 100644 (file)
@@ -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"