From a61f829fb16aeb4df245a186169ae7326ac0607a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 11 Apr 2022 19:39:17 -0400 Subject: meta-agl-lxc: Update license in config recipes The unversioned "BSD" license upstream has been removed to force being specific in LICENSE declarations, update the lxc-config-* recipes to indicate BSD-3-Clause. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I8f6a6cddbd16a0275836e8eb5d6baca237ffc2c6 --- meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb') diff --git a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb index 9d7e3ce5..71d43edd 100644 --- a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb +++ b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "AGL dummy container LXC config" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=3775480a712fc46a69647678acb234cb" inherit lxc-config -- cgit 1.2.3-korg