[oe-commits] Chen Qi : os-release: add LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 21:49:14 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: fa98c9c6038b22df406d4088252e76a0d2975199
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fa98c9c6038b22df406d4088252e76a0d2975199

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Mar 19 13:17:54 2015 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/os-release/os-release.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb
index 33e9581..87fea6f 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"



More information about the Openembedded-commits mailing list