diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:39:17 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:39:17 -0400 |
commit | a61f829fb16aeb4df245a186169ae7326ac0607a (patch) | |
tree | ec7bb8e28c007e959b446c80f73bb376a9aa9a0f /meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb | |
parent | 12c264bb7d53a431839b799ddf8bfcf4c7a0060a (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I8f6a6cddbd16a0275836e8eb5d6baca237ffc2c6
Diffstat (limited to 'meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb')
-rw-r--r-- | meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb index 913afb35..d4e602e7 100644 --- a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb +++ b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "AGL cluster demo 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 |