summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-10-03 20:22:06 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-10-04 16:13:59 +0000
commit2c0ca4f324f997f2ba3173655f73ae1c5ce0dc89 (patch)
tree3288b7550f57772501a478c5def08b053d0c691e
parent7cae7f082bbf22114a3a5298733d269e4a04da8d (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
-rw-r--r--recipes-demo/webapp-samples/html5-aquarium_git.bb2
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 08367841..6ca90bcf 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"