From ff05adff632f52ffdbae90c16c6eb63b3dba5bf0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 Mar 2018 10:51:49 -0500 Subject: run-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax It is currently a warning to use ${COREBASE}/LICENSE and instead we need to use ${COMMON_LICENSE_DIR}/MIT. Switch to this syntax. Change-Id: If92643fdaf120f1ef27adab3cc8068d253665eb2 Signed-off-by: Tom Rini --- meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb | 3 +-- meta-agl/recipes-graphics/wayland/weston-ini-conf.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-agl') diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb index 96c171fa8..b1ecccf85 100644 --- a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb +++ b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb @@ -2,8 +2,7 @@ SUMMARY = "Runs AGL postinstall scripts on first boot of the target device" SECTION = "devel" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "file://run-agl-postinsts \ file://run-agl-postinsts.service" diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb index 02a6ea7e8..4628f96f8 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb @@ -1,6 +1,6 @@ SUMMARY = "Startup script and systemd unit file for the Weston Wayland compositor" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "file://core.cfg \ file://ivishell.cfg \ -- cgit 1.2.3-korg