From 9ea11d0857a90888f38507ee94519f62c3d4684a Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 13 Oct 2024 19:49:46 +0800 Subject: [PATCH] open-vm-tools: upgrade 12.4.5 -> 12.5.0 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../{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 --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 217829193f..d44709a64d 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\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"