summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-devtools
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-03-07 10:51:49 -0500
committerTom Rini <trini@konsulko.com>2018-03-07 10:58:49 -0500
commitff05adff632f52ffdbae90c16c6eb63b3dba5bf0 (patch)
tree88b408058f552df2db9a9fa1a1c1ec156593ac8b /meta-agl/recipes-devtools
parentb7671505e59554028aba87ca1df4d34ba9a122a4 (diff)
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 <trini@konsulko.com>
Diffstat (limited to 'meta-agl/recipes-devtools')
-rw-r--r--meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb3
1 files changed, 1 insertions, 2 deletions
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"