summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch8
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-hgfsmounter-Makefile.am-support-usrmerge.patch33
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch29
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch23
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch22
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-Use-off64_t-instead-of-__off64_t.patch7
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb (renamed from meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb)42
7 files changed, 52 insertions, 112 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch
index aa7a5607cf..c09bc12520 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch
@@ -1,4 +1,4 @@
1From c0c36ba5dd7047710e4c3135f147ce4119021200 Mon Sep 17 00:00:00 2001 1From f93b680ec1a816ffe90d5f1bce609f8bf68a456e Mon Sep 17 00:00:00 2001
2From: Trevor Gamblin <trevor.gamblin@windriver.com> 2From: Trevor Gamblin <trevor.gamblin@windriver.com>
3Date: Wed, 14 Apr 2021 10:24:52 -0400 3Date: Wed, 14 Apr 2021 10:24:52 -0400
4Subject: [PATCH] Add resolv_compat.h for musl builds 4Subject: [PATCH] Add resolv_compat.h for musl builds
@@ -10,6 +10,7 @@ https://gitweb.gentoo.org/proj/musl.git/tree/dev-qt/qtwebengine/files/qtwebengin
10Upstream-Status: Pending 10Upstream-Status: Pending
11 11
12Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> 12Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
13
13--- 14---
14 open-vm-tools/lib/nicInfo/nicInfoPosix.c | 4 +++ 15 open-vm-tools/lib/nicInfo/nicInfoPosix.c | 4 +++
15 open-vm-tools/lib/nicInfo/resolv_compat.h | 30 +++++++++++++++++++++++ 16 open-vm-tools/lib/nicInfo/resolv_compat.h | 30 +++++++++++++++++++++++
@@ -17,7 +18,7 @@ Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
17 create mode 100644 open-vm-tools/lib/nicInfo/resolv_compat.h 18 create mode 100644 open-vm-tools/lib/nicInfo/resolv_compat.h
18 19
19diff --git a/open-vm-tools/lib/nicInfo/nicInfoPosix.c b/open-vm-tools/lib/nicInfo/nicInfoPosix.c 20diff --git a/open-vm-tools/lib/nicInfo/nicInfoPosix.c b/open-vm-tools/lib/nicInfo/nicInfoPosix.c
20index 8710c542..25f3146e 100644 21index c56b73cf..8ae3b2f7 100644
21--- a/open-vm-tools/lib/nicInfo/nicInfoPosix.c 22--- a/open-vm-tools/lib/nicInfo/nicInfoPosix.c
22+++ b/open-vm-tools/lib/nicInfo/nicInfoPosix.c 23+++ b/open-vm-tools/lib/nicInfo/nicInfoPosix.c
23@@ -70,6 +70,10 @@ 24@@ -70,6 +70,10 @@
@@ -67,6 +68,3 @@ index 00000000..d768464b
67+} 68+}
68+#endif 69+#endif
69+ 70+
70--
712.30.2
72
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-hgfsmounter-Makefile.am-support-usrmerge.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-hgfsmounter-Makefile.am-support-usrmerge.patch
deleted file mode 100644
index 82443ee660..0000000000
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-hgfsmounter-Makefile.am-support-usrmerge.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From 33798f3e484ebd3470e9da791b73b4b90ba12bc3 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Tue, 14 Jan 2020 15:04:03 +0800
4Subject: [PATCH] hgfsmounter/Makefile.am: support usrmerge
5
6There is a do_package error when enable usrmerge feature due to the
7hardcoded sbin directory. Remove this piece of code because we already
8create the symbolic link in do_install.
9
10Upstream-Status: Inappropriate [oe-specific]
11
12Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
13---
14 open-vm-tools/hgfsmounter/Makefile.am | 3 ---
15 1 file changed, 3 deletions(-)
16
17diff --git a/open-vm-tools/hgfsmounter/Makefile.am b/open-vm-tools/hgfsmounter/Makefile.am
18index 7c1ba1a..58bd3f8 100644
19--- a/open-vm-tools/hgfsmounter/Makefile.am
20+++ b/open-vm-tools/hgfsmounter/Makefile.am
21@@ -39,9 +39,6 @@ uninstall-hook:
22 rm -f $(DESTDIR)$(sbindir)/mount_vmhgfs
23 else
24 install-exec-hook:
25- -$(MKDIR_P) $(DESTDIR)/sbin
26- -$(LN_S) $(DESTDIR)$(sbindir)/mount.vmhgfs \
27- $(DESTDIR)/sbin/mount.vmhgfs &> /dev/null
28 uninstall-hook:
29 rm -f $(DESTDIR)/sbin/mount.vmhgfs
30 endif !FREEBSD
31--
322.7.4
33
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch
deleted file mode 100644
index fdcd7d614e..0000000000
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 524fd4db646b4ac2155074b4cedf8436a8ff726d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 15 Apr 2021 06:58:31 -0700
4Subject: [PATCH] pollGtk: Fix volatile qualifier exposed incorrectly
5
6GCC11 flags it
7
8Fixes
9glib-2.0/glib/gatomic.h:117:5: error: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Werror=incompatible-pointer-types]
10
11Upstream-Status: Pending
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 open-vm-tools/lib/pollGtk/pollGtk.c | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/open-vm-tools/lib/pollGtk/pollGtk.c b/open-vm-tools/lib/pollGtk/pollGtk.c
18index 4ccaeda6..336a8bf1 100644
19--- a/open-vm-tools/lib/pollGtk/pollGtk.c
20+++ b/open-vm-tools/lib/pollGtk/pollGtk.c
21@@ -127,7 +127,7 @@ typedef struct Poll {
22 } Poll;
23
24 static Poll *pollState;
25-static volatile gsize inited = 0;
26+static gsize inited = 0;
27
28 static VMwareStatus
29 PollGtkCallback(PollClassSet classSet, // IN
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch
index efada7aafd..97a4136ca4 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch
@@ -1,7 +1,7 @@
1From deba3b87a9bfad007f94b840c9ccd6f1c78c2e98 Mon Sep 17 00:00:00 2001 1From c6836386549fb8f017761ce17a237fa42901434c Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 24 Mar 2021 17:36:26 -0400 3Date: Wed, 24 Mar 2021 17:36:26 -0400
4Subject: [PATCH 1/2] hgfsServerLinux: Consider 64bit time_t possibility 4Subject: [PATCH] hgfsServerLinux: Consider 64bit time_t possibility
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
@@ -10,20 +10,21 @@ Refit for open-vm-tools-11.2.5.
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> 11Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
12Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> 12Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
13
13--- 14---
14 .../lib/hgfsServer/hgfsServerLinux.c | 19 +++++-------------- 15 open-vm-tools/lib/hgfsServer/hgfsServerLinux.c | 14 --------------
15 1 file changed, 5 insertions(+), 14 deletions(-) 16 1 file changed, 14 deletions(-)
16 17
17diff --git a/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c b/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c 18diff --git a/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c b/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c
18index 62aeee6d..ba2e5624 100644 19index f5cc80b7..5a79d645 100644
19--- a/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c 20--- a/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c
20+++ b/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c 21+++ b/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c
21@@ -2566,20 +2566,11 @@ HgfsStatToFileAttr(struct stat *stats, // IN: stat information 22@@ -2566,20 +2566,6 @@ HgfsStatToFileAttr(struct stat *stats, // IN: stat information
22 LOG(4, "%s: done, permissions %o%o%o%o, size %"FMT64"u\n", __FUNCTION__, 23 LOG(4, "%s: done, permissions %o%o%o%o, size %"FMT64"u\n", __FUNCTION__,
23 attr->specialPerms, attr->ownerPerms, attr->groupPerms, 24 attr->specialPerms, attr->ownerPerms, attr->groupPerms,
24 attr->otherPerms, attr->size); 25 attr->otherPerms, attr->size);
25-#ifdef __FreeBSD__ 26-#ifdef __FreeBSD__
26-# if !defined(VM_X86_64) && __FreeBSD_version >= 500043 27-# if !defined(VM_X86_64) && !defined(VM_ARM_64) && __FreeBSD_version >= 500043
27-# define FMTTIMET "" 28-# define FMTTIMET ""
28-# else 29-# else
29-# define FMTTIMET "l" 30-# define FMTTIMET "l"
@@ -36,14 +37,6 @@ index 62aeee6d..ba2e5624 100644
36- stats->st_atime, attr->accessTime, stats->st_mtime, attr->writeTime, 37- stats->st_atime, attr->accessTime, stats->st_mtime, attr->writeTime,
37- stats->st_ctime, attr->attrChangeTime); 38- stats->st_ctime, attr->attrChangeTime);
38-#undef FMTTIMET 39-#undef FMTTIMET
39+ //LOG(4, ("access: %jd/%"FMT64"u \nwrite: %jd/%"FMT64"u \n"
40+ // "attr: %jd/%"FMT64"u\n",
41+ // (intmax_t)stats->st_atime, attr->accessTime,
42+ // (intmax_t)stats->st_mtime, attr->writeTime,
43+ // (intmax_t)stats->st_ctime, attr->attrChangeTime));
44 40
45 attr->userId = stats->st_uid; 41 attr->userId = stats->st_uid;
46 attr->groupId = stats->st_gid; 42 attr->groupId = stats->st_gid;
47--
482.30.2
49
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch
index 11be2d4a07..fd7ebce050 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch
@@ -1,4 +1,4 @@
1From cf1284fda8fb22a2b27cb2ce7962f166166e74c3 Mon Sep 17 00:00:00 2001 1From 294a3f14b74f2020a5cf3ccc2b6adabbcfce4151 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 13 Jun 2018 23:48:04 -0700 3Date: Wed, 13 Jun 2018 23:48:04 -0700
4Subject: [PATCH] Fix subdir objects configure error 4Subject: [PATCH] Fix subdir objects configure error
@@ -6,19 +6,29 @@ Subject: [PATCH] Fix subdir objects configure error
6Fix build on musl while here 6Fix build on musl while here
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9
9--- 10---
10 open-vm-tools/configure.ac | 1 + 11 open-vm-tools/configure.ac | 3 +--
11 1 file changed, 1 insertion(+) 12 1 file changed, 1 insertion(+), 2 deletions(-)
12 13
13diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac 14diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
14index 71e684bb..b76a7966 100644 15index 005814ef..edf1f21a 100644
15--- a/open-vm-tools/configure.ac 16--- a/open-vm-tools/configure.ac
16+++ b/open-vm-tools/configure.ac 17+++ b/open-vm-tools/configure.ac
17@@ -303,6 +303,7 @@ AC_ARG_ENABLE( 18@@ -326,7 +326,6 @@ AC_ARG_ENABLE(
18 [], 19 [],
19 [enable_resolutionkms="auto"]) 20 [enable_resolutionkms="auto"])
20 21
22-
23 AC_ARG_ENABLE(
24 vmwgfxctrl,
25 AS_HELP_STRING(
26@@ -335,7 +334,7 @@ AC_ARG_ENABLE(
27 [],
28 [enable_vmwgfxctrl="auto"])
29
30-AM_INIT_AUTOMAKE
21+AM_INIT_AUTOMAKE([subdir-objects]) 31+AM_INIT_AUTOMAKE([subdir-objects])
22 AM_INIT_AUTOMAKE
23 32
24 ### 33 ###
34 ### Constants
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-Use-off64_t-instead-of-__off64_t.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-Use-off64_t-instead-of-__off64_t.patch
index d69b74e23a..5e37d7617b 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-Use-off64_t-instead-of-__off64_t.patch
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-Use-off64_t-instead-of-__off64_t.patch
@@ -1,4 +1,4 @@
1From 123c690f12f560022305b0cf19499e7f81a690ae Mon Sep 17 00:00:00 2001 1From 80b1c4236549b0194d1f0d6e9be887e3a5850843 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 27 Aug 2018 23:22:21 -0700 3Date: Mon, 27 Aug 2018 23:22:21 -0700
4Subject: [PATCH] Use off64_t instead of __off64_t 4Subject: [PATCH] Use off64_t instead of __off64_t
@@ -8,12 +8,13 @@ unknown type name '__off64_t'
8 8
9Upstream-Status: Pending 9Upstream-Status: Pending
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11
11--- 12---
12 open-vm-tools/lib/file/fileIOPosix.c | 4 ++-- 13 open-vm-tools/lib/file/fileIOPosix.c | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-) 14 1 file changed, 2 insertions(+), 2 deletions(-)
14 15
15diff --git a/open-vm-tools/lib/file/fileIOPosix.c b/open-vm-tools/lib/file/fileIOPosix.c 16diff --git a/open-vm-tools/lib/file/fileIOPosix.c b/open-vm-tools/lib/file/fileIOPosix.c
16index 23108279..bcd2ddc5 100644 17index 82c0aa18..e9154541 100644
17--- a/open-vm-tools/lib/file/fileIOPosix.c 18--- a/open-vm-tools/lib/file/fileIOPosix.c
18+++ b/open-vm-tools/lib/file/fileIOPosix.c 19+++ b/open-vm-tools/lib/file/fileIOPosix.c
19@@ -206,10 +206,10 @@ static AlignedPool alignedPool; 20@@ -206,10 +206,10 @@ static AlignedPool alignedPool;
@@ -27,5 +28,5 @@ index 23108279..bcd2ddc5 100644
27- __off64_t offset) __attribute__ ((weak)); 28- __off64_t offset) __attribute__ ((weak));
28+ off64_t offset) __attribute__ ((weak)); 29+ off64_t offset) __attribute__ ((weak));
29 #else 30 #else
30 #error "Large file support unavailable. Aborting." 31 #error "Large file support is unavailable."
31 #endif 32 #endif
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
index 20b064c9e4..38034c304d 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
@@ -26,31 +26,31 @@ LICENSE:modules/linux = "GPL-2.0"
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=master \ 28SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master \
29 file://tools.conf \ 29 file://tools.conf \
30 file://vmtoolsd.service \ 30 file://vmtoolsd.service \
31 file://vmtoolsd.init \ 31 file://vmtoolsd.init \
32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \ 32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \
33 file://0003-Use-configure-test-for-struct-timespec.patch;patchdir=.. \ 33 file://0003-Use-configure-test-for-struct-timespec.patch;patchdir=.. \
34 file://0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch;patchdir=.. \ 34 file://0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch;patchdir=.. \
35 file://0005-Use-configure-to-test-for-feature-instead-of-platfor.patch;patchdir=.. \ 35 file://0005-Use-configure-to-test-for-feature-instead-of-platfor.patch;patchdir=.. \
36 file://0006-Use-configure-test-for-sys-stat.h-include.patch;patchdir=.. \ 36 file://0006-Use-configure-test-for-sys-stat.h-include.patch;patchdir=.. \
37 file://0007-Fix-subdir-objects-configure-error.patch;patchdir=.. \ 37 file://0007-Fix-subdir-objects-configure-error.patch;patchdir=.. \
38 file://0008-include-poll.h-instead-of-sys-poll.h.patch;patchdir=.. \ 38 file://0008-include-poll.h-instead-of-sys-poll.h.patch;patchdir=.. \
39 file://0009-Rename-poll.h-to-vm_poll.h.patch;patchdir=.. \ 39 file://0009-Rename-poll.h-to-vm_poll.h.patch;patchdir=.. \
40 file://0010-use-posix-strerror_r-unless-on-gnu-libc-system.patch;patchdir=.. \ 40 file://0010-use-posix-strerror_r-unless-on-gnu-libc-system.patch;patchdir=.. \
41 file://0011-Use-uintmax_t-for-handling-rlim_t.patch;patchdir=.. \ 41 file://0011-Use-uintmax_t-for-handling-rlim_t.patch;patchdir=.. \
42 file://0012-Use-off64_t-instead-of-__off64_t.patch;patchdir=.. \ 42 file://0012-Use-off64_t-instead-of-__off64_t.patch;patchdir=.. \
43 file://0013-misc-Do-not-print-NULL-string-into-logs.patch;patchdir=.. \ 43 file://0013-misc-Do-not-print-NULL-string-into-logs.patch;patchdir=.. \
44 file://0001-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch;patchdir=.. \ 44 file://0001-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch;patchdir=.. \
45 file://0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch;patchdir=.. \ 45 file://0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch;patchdir=.. \
46 file://0001-hgfsmounter-Makefile.am-support-usrmerge.patch;patchdir=.. \ 46 "
47 file://0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch;patchdir=.. \ 47
48" 48UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"
49 49
50SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ 50SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \
51" 51"
52 52
53SRCREV = "7ae57c3c7c1f68c74637ad009673dae94ee52570" 53SRCREV = "87abba1ce2356fc860eb9d0777d8e9de47427358"
54 54
55S = "${WORKDIR}/git/open-vm-tools" 55S = "${WORKDIR}/git/open-vm-tools"
56 56