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"