From 38119b5bd1ac41b6471d5fc5544cdfdde1efdf55 Mon Sep 17 00:00:00 2001
From: Ronan Le Martret <ronan.lemartret@iot.bzh>
Date: Tue, 3 Apr 2018 14:31:34 +0200
Subject: [PATCH] Fix License collect for this recipe

 * without LIC_FILES_CHKSUM, it seems the license of the recipes is not
   in the licenses collected.

Bug-AGL: SPEC-781

Change-Id: Icd5520d87c90a3eb8df5d0b89b769a6cf7055d04
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
---
 meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb b/meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb
index a8832e3fb..9d77d3177 100644
--- a/meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb
+++ b/meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb
@@ -4,6 +4,7 @@ Systemd synchronization script \
 reload daemon at the first boot. \
 "
 LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
 #This script should be the last to be execute at the first boot
 POST_INSTALL_LEVEL = "90"
-- 
2.16.6