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>
This commit is contained in:
Liu Yiding 2026-02-10 16:12:17 +08:00 committed by Khem Raj
parent bc6370efb6
commit 12deb70ea8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -25,7 +25,7 @@ LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only"
LICENSE:modules/linux = "GPL-2.0-only"
LICENSE:modules/solaris = "CDDL-1.0"
SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=stable-13.0.x \
SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master;tag=stable-${PV} \
file://tools.conf \
file://vmtoolsd.service \
file://vmtoolsd.init \
@ -51,7 +51,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"
SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \
"
SRCREV = "fbc80ffbd226b4a61bb8ea1c9a682b5c7614e3fd"
SRCREV = "f8fbcd0bf3b5869e2822542c398a51ddf7bd5f7a"
S = "${UNPACKDIR}/${BP}/open-vm-tools"