html5-aquarium: fix the incorrect license 40/28040/1
authorDenys Dmytriyenko <denys@konsulko.com>
Mon, 3 Oct 2022 20:22:06 +0000 (20:22 +0000)
committerDenys Dmytriyenko <denys@konsulko.com>
Mon, 3 Oct 2022 20:22:06 +0000 (20:22 +0000)
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

recipes-demo/webapp-samples/html5-aquarium_git.bb

index 0836784..6ca90bc 100644 (file)
@@ -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"