diff mbox series

[meta-networking] open-vm-tools: upgrade 12.4.5 -> 12.5.0

Message ID 20241013114946.3456718-1-yi.zhao@windriver.com
State Accepted
Headers show
Series [meta-networking] open-vm-tools: upgrade 12.4.5 -> 12.5.0 | expand

Commit Message

Yi Zhao Oct. 13, 2024, 11:49 a.m. UTC
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../{open-vm-tools_12.4.5.bb => open-vm-tools_12.5.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/open-vm-tools/{open-vm-tools_12.4.5.bb => open-vm-tools_12.5.0.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.4.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.5.0.bb
similarity index 98%
rename from meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.4.5.bb
rename to meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.5.0.bb
index 217829193..d44709a64 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.4.5.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.5.0.bb
@@ -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-12.4.x \
+SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=stable-12.5.x \
            file://tools.conf \
            file://vmtoolsd.service \
            file://vmtoolsd.init \
@@ -50,7 +50,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 = "9b94132f54fbed0b86dce04ff4402d1d8fd059c3"
+SRCREV = "f2ca37ef3510543172657b82493d1eceefa9a134"
 
 S = "${WORKDIR}/git/open-vm-tools"