From e7331f48a5409a75e61dd88bba97e104eaa06b3d Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 30 Oct 2017 17:44:41 +0900 Subject: 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 --- .../recipes-graphics/libwindowmanager/libwindowmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hmi-framework') 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" -- cgit 1.2.3-korg