run-agl-postinsts, weston-init-conf: Switch LIC_FILES_CHKSUM syntax 69/13569/1
authorTom Rini <trini@konsulko.com>
Wed, 7 Mar 2018 15:51:49 +0000 (10:51 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Mar 2018 15:58:49 +0000 (10:58 -0500)
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 <trini@konsulko.com>
meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb
meta-agl/recipes-graphics/wayland/weston-ini-conf.bb

index 96c171f..b1ecccf 100644 (file)
@@ -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"
index 02a6ea7..4628f96 100644 (file)
@@ -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 \