mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user