summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-08-30 16:09:01 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-08-31 11:03:56 -0400
commit3d497e7aa9382b410ae0a9bc1236da9ad7b61ac4 (patch)
tree136e6c3e4c4580d8fbe4ee8cd3a4c01ea414619a
parentf8af5af088e290a8efbdec0998ca11e4b6a65efb (diff)
downloadmeta-cloud-services-3d497e7aa9382b410ae0a9bc1236da9ad7b61ac4.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-support/spice/spice_git.bb2
1 files changed, 1 insertions, 1 deletions
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 \
10anywhere on the Internet and using a wide variety of machine \ 10anywhere on the Internet and using a wide variety of machine \
11architectures." 11architectures."
12 12
13LICENSE = "LGPLv2.1+" 13LICENSE = "BSD & LGPLv2.1+"
14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
15 15
16PR = "r0" 16PR = "r0"