From f9200e31a017719f58e2cc95b6f54fa1e18d7654 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 3 Oct 2022 20:22:06 +0000 Subject: [PATCH] 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 --- recipes-demo/webapp-samples/html5-aquarium_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6