From 3d3acd7a98f89f54af6e500f9e7965c039fd5efe Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 9 Mar 2022 15:54:02 +0100 Subject: [PATCH] app-emulation/open-vm-tools: add USE flags salt-minion For open-vm-tools 12.0.0, add a new USE flag salt-minion. Pass `--disable-containerinfo` to fix build issues, because it is currently not trivial to import dependency libs grpc++ into Flatcar. --- .../app-emulation/open-vm-tools/open-vm-tools-12.0.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-12.0.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-12.0.0.ebuild index 0f18e4d0bc..c84c1be9b6 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-12.0.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-12.0.0.ebuild @@ -13,7 +13,8 @@ SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="+dnet +pic +deploypkg" # TODO: pam +# Flatcar: add USE flag salt-minion +IUSE="+deploypkg +dnet +pic salt-minion" # TODO: pam DEPEND="dev-libs/glib:2 net-libs/libtirpc @@ -72,6 +73,8 @@ src_configure() { local myeconfargs=( --prefix=/usr/share/oem $(use_enable deploypkg) + $(use_enable salt-minion) + --disable-containerinfo --disable-docs --disable-multimon --disable-tests