diff options
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb (renamed from meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb) | 6 |
1 files changed, 2 insertions, 4 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.1.5.bb index 9db43b0a1c..8a71cb3b67 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.1.5.bb | |||
@@ -13,22 +13,20 @@ DECRIPTION = "open-vm-tools" | |||
13 | SECTION = "vmware-tools" | 13 | SECTION = "vmware-tools" |
14 | 14 | ||
15 | LICENSE = "LGPLv2.1 & GPLv2 & BSD & CDDLv1" | 15 | LICENSE = "LGPLv2.1 & GPLv2 & BSD & CDDLv1" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eac46f0b7886425d7faed6aae5aef66" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b66ba4cb4fc017682c95efc300410e79" |
17 | LICENSE_modules/freebsd/vmblock = "BSD" | 17 | LICENSE_modules/freebsd/vmblock = "BSD" |
18 | LICENSE_modules/freebsd/vmmemctl = "GPLv2" | 18 | LICENSE_modules/freebsd/vmmemctl = "GPLv2" |
19 | LICENSE_modules/freebsd/vmxnet = "GPLv2" | 19 | LICENSE_modules/freebsd/vmxnet = "GPLv2" |
20 | LICENSE_modules/linux = "GPLv2" | 20 | LICENSE_modules/linux = "GPLv2" |
21 | LICENSE_modules/solaris = "CDDLv1" | 21 | LICENSE_modules/solaris = "CDDLv1" |
22 | 22 | ||
23 | PR = "r5" | ||
24 | |||
25 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | 23 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ |
26 | file://tools.conf \ | 24 | file://tools.conf \ |
27 | file://vmtoolsd.service \ | 25 | file://vmtoolsd.service \ |
28 | file://0001-Fix-kernel-detection.patch \ | 26 | file://0001-Fix-kernel-detection.patch \ |
29 | " | 27 | " |
30 | 28 | ||
31 | SRCREV = "538ea037a1549b6fd4e57529f7448a3fd2aa47af" | 29 | SRCREV = "854c0bb374612f7e633b448ca273f970f154458b" |
32 | 30 | ||
33 | S = "${WORKDIR}/git/open-vm-tools" | 31 | S = "${WORKDIR}/git/open-vm-tools" |
34 | 32 | ||