From be5ccfff449c620412cf4bb4e84b3ae91babf8f8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 Mar 2018 10:51:23 -0500 Subject: runxdg: 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: I04c2577181ed81a32cc4b370bc88078d42405607 Signed-off-by: Tom Rini --- meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-hmi-framework') diff --git a/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb b/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb index 629575c5..4bd0b28a 100644 --- a/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb @@ -3,8 +3,7 @@ DESCRIPTION = "The command 'runxdg' is a launcher to execute XDG application \ on AGL HMI Framework which using wayland-ivi-extension" HOMEPAGE = "https://git.automotivelinux.org/staging/xdg-launcher" 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" DEPENDS = "json-c wayland wayland-ivi-extension virtual/libhomescreen libwindowmanager" -- cgit 1.2.3-korg