From: Kazumasa Mitsunari Date: Mon, 30 Oct 2017 08:44:41 +0000 (+0900) Subject: Fix md5 checksum X-Git-Tag: 4.99.2~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F11613%2F2;p=AGL%2Fmeta-agl-devel.git Fix md5 checksum This patch fixes the build error of do_populate_lic of libwindowmanager. Bug-AGL : SPEC-1000 Change-Id: I31a59f3fe0b2ac41d25ce4e8e216dd426bc73e0a Signed-off-by: Kazumasa Mitsunari --- diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 4893ca32..3826df09 100644 --- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Window Manager client library for applications" SECTION = "graphics" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" DEPENDS = "af-binder json-c" RDEPENDS_${PN} = "agl-service-windowmanager-2017"