auto-serial-console: fix MIT license

This fixes the following warning:

WARNING: auto-serial-console-0.1-r0 do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please use
'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.

This will become an error in the future.

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2018-01-23 16:49:59 +01:00
parent 80626aa749
commit 22d3fd3e52
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ DESCRIPTION = "Scripts to call the console tty from the kernel cmd line"
SECTION = "base" SECTION = "base"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "\ LIC_FILES_CHKSUM = "\
file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
" "