diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-06-23 15:48:35 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:24 +0200 |
commit | 96c5bf624b2f5d5eefe200f71fc1fa9def0727c8 (patch) | |
tree | d4169bf5c37c65e3c898de7d08686a3d83325d2f | |
parent | e1d922c1a325fb89dd407b33a8af747167d0fdb4 (diff) | |
download | meta-openembedded-96c5bf624b2f5d5eefe200f71fc1fa9def0727c8.tar.gz |
open-vm-tools: clarify and expand licensing
Userspace tools are licensed LGPLv2 and the kernel modules are various licenses
depending on the platform. Clarify this and add appropriate licensing variables.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb index 683f34eee..1142399df 100644 --- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb +++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | |||
@@ -11,8 +11,14 @@ | |||
11 | 11 | ||
12 | DECRIPTION = "open-vm-tools" | 12 | DECRIPTION = "open-vm-tools" |
13 | SECTION = "vmware-tools" | 13 | SECTION = "vmware-tools" |
14 | LICENSE = "GPLv2" | 14 | |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" | 15 | LICENSE = "LGPLv2.1 & GPLv2 & BSD & CDDLv1" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eac46f0b7886425d7faed6aae5aef66" | ||
17 | LICENSE_modules/freebsd/vmblock = "BSD" | ||
18 | LICENSE_modules/freebsd/vmmemctl = "GPLv2" | ||
19 | LICENSE_modules/freebsd/vmxnet = "GPLv2" | ||
20 | LICENSE_modules/linux = "GPLv2" | ||
21 | LICENSE_modules/solaris = "CDDLv1" | ||
16 | 22 | ||
17 | PR = "r5" | 23 | PR = "r5" |
18 | 24 | ||