diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-07 10:50:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-07 10:59:04 -0500 |
commit | ff4bb2b601ab8cd5a73fe26aba8aed55fbcd33f3 (patch) | |
tree | 5dfa87c55866e2684b798e87ce943edd7961f14c /recipes-demo-hmi | |
parent | 3b7bd202f4730f189f45ad8a75fc4a78b81bb6c6 (diff) |
mapview-demo: 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: Id0fc4ff0709d8f36f2d609aa43da1b2304ae04d0
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/navigation/mapviewer-demo.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer-demo.bb b/recipes-demo-hmi/navigation/mapviewer-demo.bb index ea2e38b14..fe897709a 100644 --- a/recipes-demo-hmi/navigation/mapviewer-demo.bb +++ b/recipes-demo-hmi/navigation/mapviewer-demo.bb @@ -1,8 +1,7 @@ SUMMARY = "Setting files of mapviewer for the AGL Demonstrator @ CES2017" DESCRIPTION = "Setting files of mapviewer for the AGL Demonstrator @ CES2017" 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" SECTION = "apps" |