From f3dc6165f647dc35b3d6cb28566d9fb7fb63eb08 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 15 Apr 2022 13:48:22 -0400 Subject: agl-cluster-demo fixes for Kirkstone Changes: - Update "BSD" license declaration in cluster-gauges-qtcompositor and cluster-dasboard recipes to now required more specific "BSD-3-Clause" after checking in the source tree. - Make packagegroup-agl-profile-cluster-qtcompositor machine-specific to avoid tripping the new check for depending on dynamically renamed packages. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I24915cd85cb3854b3f9bc7947adda9cb5d42d8a9 --- recipes-demo/cluster-dashboard/cluster-dashboard_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/cluster-dashboard') diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index 2f5bbecf..0f45d8f3 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "AGL demonstration instrument cluster dashboard application" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-cluster-demo-dashboard" SECTION = "apps" -LICENSE = "Apache-2.0 & BSD" +LICENSE = "Apache-2.0 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ file://app/cluster-gauges.qml;beginline=9;endline=48;md5=54187d50b29429abee6095fe8b7c1a78" -- cgit 1.2.3-korg