summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-12-26 13:27:13 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 09:55:18 -0800
commit4a3313094a07f57019b6a1eb7776eeec4690a05f (patch)
tree9bc1536504b1d665995ea6275c5ea0a4d0b74b54
parent1a8e349e873ef9b1e3220d7f5422935fd71c187b (diff)
downloadmeta-openembedded-4a3313094a07f57019b6a1eb7776eeec4690a05f.tar.gz
open-vm-tools: upgrade 12.1.0 -> 12.1.5
Release Notes: https://github.com/vmware/open-vm-tools/blob/stable-12.1.5/ReleaseNotes.md Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb (renamed from meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.0.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb
index 19e4ee11ed..93d3d59eb2 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.0.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb
@@ -25,7 +25,7 @@ LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only"
25LICENSE:modules/linux = "GPL-2.0-only" 25LICENSE:modules/linux = "GPL-2.0-only"
26LICENSE:modules/solaris = "CDDL-1.0" 26LICENSE:modules/solaris = "CDDL-1.0"
27 27
28SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master \ 28SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=stable-12.1.x \
29 file://tools.conf \ 29 file://tools.conf \
30 file://vmtoolsd.service \ 30 file://vmtoolsd.service \
31 file://vmtoolsd.init \ 31 file://vmtoolsd.init \
@@ -49,7 +49,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"
49SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ 49SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \
50" 50"
51 51
52SRCREV = "6f5e4b13647b40a45c196dad76b1cb39cc6690b9" 52SRCREV = "30339ef6ded308f0147fe80f89b9bca3ace1aef9"
53 53
54S = "${WORKDIR}/git/open-vm-tools" 54S = "${WORKDIR}/git/open-vm-tools"
55 55