From ff4bb2b601ab8cd5a73fe26aba8aed55fbcd33f3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 Mar 2018 10:50:05 -0500 Subject: 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 --- recipes-demo-hmi/navigation/mapviewer-demo.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-demo-hmi/navigation/mapviewer-demo.bb b/recipes-demo-hmi/navigation/mapviewer-demo.bb index ea2e38b1..fe897709 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" -- cgit 1.2.3-korg