From: Chen Qi Date: Thu, 19 Mar 2015 05:17:54 +0000 (+0800) Subject: os-release: add LIC_FILES_CHKSUM X-Git-Tag: 2015-4~79 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa98c9c6038b22df406d4088252e76a0d2975199;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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"