summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools/open-vm-tools_11.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* open-vm-tools: move to meta-networkingMartin Jansa2021-03-281-117/+0
| | | | | | | | | | | | | | | | | | * and make it skipped only when meta-filesystem is missing as well * depends on libdnet from meta-networking and nothing in meta-oe depends on open-vm-tools * update packagegroup-meta-oe to match this, without either of these layers packagegroup-meta-oe is currently failing with: ERROR: Nothing RPROVIDES 'open-vm-tools' (but meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it) open-vm-tools was skipped: Requires meta-networking and meta-filesystems to be present. NOTE: Runtime target 'open-vm-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['open-vm-tools'] ERROR: Required build target 'packagegroup-meta-oe' has no buildable providers. Missing or unbuildable dependency chain was: ['packagegroup-meta-oe', 'open-vm-tools'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Do not use volatile qualifierKhem Raj2021-03-051-0/+1
| | | | | | gcc 11 has started to error on it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: fix build error with usrmerge featureYi Zhao2020-01-141-2/+7
| | | | | | | | | * Pass --with-udev-rules-dir to configure. * Only create the symbolic link of mount.vmhgfs when disable usrmerge feature. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Ignore -Warray-boundsKhem Raj2019-12-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Enable tirpc explicitly, fix build with 64bit time_tKhem Raj2019-11-131-1/+4
| | | | | | | These patches ensure that 64bit time_t is printed correctly, and on x86 do not limit time_t to be 4byte long Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Fix build by removing deprecated G_INLINE_FUNCKhem Raj2019-10-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Upgrade to 11.0.1Khem Raj2019-10-241-0/+106
Drop backported patch available in 11.0 release --disable-grabbitmqproxy is no longer a supported option Signed-off-by: Khem Raj <raj.khem@gmail.com>