summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-02-10 16:12:17 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-10 21:11:46 -0800
commit12deb70ea80b2a13be126ebf7bec511668248712 (patch)
tree61bb9c9809889a06d62b935919ff7028f40f636c
parentbc6370efb6616d0673175f316df29bf18f3723be (diff)
downloadmeta-openembedded-12deb70ea80b2a13be126ebf7bec511668248712.tar.gz
open-vm-tools: upgrade 13.0.5 -> 13.0.10
ChangeLog: https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/ReleaseNotes.md Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb (renamed from meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb
index ac641e0327..80dc3529c0 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.5.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.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=stable-13.0.x \ 28SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master;tag=stable-${PV} \
29 file://tools.conf \ 29 file://tools.conf \
30 file://vmtoolsd.service \ 30 file://vmtoolsd.service \
31 file://vmtoolsd.init \ 31 file://vmtoolsd.init \
@@ -51,7 +51,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"
51SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ 51SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \
52" 52"
53 53
54SRCREV = "fbc80ffbd226b4a61bb8ea1c9a682b5c7614e3fd" 54SRCREV = "f8fbcd0bf3b5869e2822542c398a51ddf7bd5f7a"
55 55
56S = "${UNPACKDIR}/${BP}/open-vm-tools" 56S = "${UNPACKDIR}/${BP}/open-vm-tools"
57 57