diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-03 14:31:34 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-03 14:31:34 +0200 |
commit | 38119b5bd1ac41b6471d5fc5544cdfdde1efdf55 (patch) | |
tree | d482fe7f0fe3641780384b669465534e33c473ee /meta-app-framework/recipes-core | |
parent | ea00cb6f79616987d7e3c7e83a6ee01cb73eb170 (diff) |
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>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/systemd-sync/systemd-agl-sync_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |