summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-31 16:21:28 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-10-31 16:59:51 +0000
commit306c61a54e1bdb7938ef532e0631a98a5dab2d14 (patch)
treed5709badaa81ac45cf145d896380dc2c8c946f9d
parent2571ca37a7639039c722a65c8bf4875e779418a9 (diff)
Add LICENSE.MIT to recipe CHKSUM
Since we added LICENSE.MIT in agl-service-windowmanager-2017, we also need to add LICENSE.MIT file to LIC_FILES_CHKSUM. Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11631/ Change-Id: Ic709a92ef41efa856402d9c860f43f082c04a7bf Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
-rw-r--r--meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
index 3207b79b..1bafd07d 100644
--- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
+++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
@@ -5,7 +5,8 @@ DESCRIPTION = "Window Manager 2017 is the service binding for controlling render
HOMEPAGE = "https://wiki.automotivelinux.org/windowmanager"
SECTION = "graphics"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \
+ file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348"
DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master"