diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-10-03 20:22:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2022-10-03 20:22:06 +0000 |
commit | f9200e31a017719f58e2cc95b6f54fa1e18d7654 (patch) | |
tree | 2e348229584cdf8f1ab3e04ffa4bbf6a23a267d4 /recipes-demo | |
parent | 8c9244a52d9ab2e05b0b3a2a84d4ffb27b11d8e6 (diff) |
html5-aquarium: fix the incorrect license
As "BSD-3" is incorrect and "BSD-3-Clause" should be used instead. Causes:
WARNING: agl-demo-platform-html5-1.0-r0 do_rootfs: QA Issue: The license listed BSD-3 was not in the licenses collected for recipe html5-aquarium [license-file-missing]
Bug-AGL: SPEC-4580
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: I06b3865bad8667c4f7514c70fed89730cf15e713
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/webapp-samples/html5-aquarium_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/webapp-samples/html5-aquarium_git.bb b/recipes-demo/webapp-samples/html5-aquarium_git.bb index 083678419..6ca90bcf5 100644 --- a/recipes-demo/webapp-samples/html5-aquarium_git.bb +++ b/recipes-demo/webapp-samples/html5-aquarium_git.bb @@ -1,5 +1,5 @@ SUMMARY = "AGL HTML5 Aquarium Demo" -LICENSE = "BSD-3" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://aquarium/LICENSE;md5=9f0d95e61aa217eacd61ee6833cf411c" DESKTOP_FILE = "webapps-aquarium.desktop" |