From 3d497e7aa9382b410ae0a9bc1236da9ad7b61ac4 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 30 Aug 2016 16:09:01 -0400 Subject: spice: Add missing license to LICENSE There is a new QA check warning which has been added which flags situation where a subpackage includes a license which is not included in the recipe's LICENSE string. In this case we are seeing: WARNING: .../meta-cloud-services/recipes-support/spice/spice_git.bb: LICENSE_lib32-spice-protocol includes licenses (BSD) that are not listed in LICENSE Adding the missing license to the LICENSE string. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-support/spice/spice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb index 0524c27..828087a 100644 --- a/recipes-support/spice/spice_git.bb +++ b/recipes-support/spice/spice_git.bb @@ -10,7 +10,7 @@ environment - not only on its computer-server machine, but also from \ anywhere on the Internet and using a wide variety of machine \ architectures." -LICENSE = "LGPLv2.1+" +LICENSE = "BSD & LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" PR = "r0" -- cgit v1.2.3-54-g00ecf