meta-agl-lxc: Update license in config recipes
authorScott Murray <scott.murray@konsulko.com>
Mon, 11 Apr 2022 23:39:17 +0000 (19:39 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 11 Apr 2022 23:39:17 +0000 (19:39 -0400)
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

meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb
meta-agl-lxc/recipes-container/lxc-config/lxc-config-dummy_1.0.bb
meta-agl-lxc/recipes-container/lxc-config/lxc-config-ivi-demo_1.0.bb

index 913afb3..d4e602e 100644 (file)
@@ -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
 
index 9d7e3ce..71d43ed 100644 (file)
@@ -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
index ee9ff46..f55d336 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "AGL simple IVI 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