diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-07 10:51:23 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-07 10:58:57 -0500 |
commit | be5ccfff449c620412cf4bb4e84b3ae91babf8f8 (patch) | |
tree | 0e930270a6c571cf12eca2bba2683de9cbc879af | |
parent | 12ec74ae5494ba4b14dad732d00a061bc1ffc409 (diff) |
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 <trini@konsulko.com>
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" |