From: Denys Dmytriyenko Date: Mon, 3 Oct 2022 20:22:06 +0000 (+0000) Subject: html5-aquarium: fix the incorrect license X-Git-Tag: 14.0.2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2c0ca4f324f997f2ba3173655f73ae1c5ce0dc89;p=AGL%2Fmeta-agl-demo.git 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 Change-Id: I06b3865bad8667c4f7514c70fed89730cf15e713 --- 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"