[oe-commits] [meta-openembedded] 13/14: open-vm-tools: support FUSE

git at git.openembedded.org git at git.openembedded.org
Thu Jun 15 16:52:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 74e67484839eb595c34a0f2cec82a8a493f2046f
Author: Martin Kelly <mkelly at xevo.com>
AuthorDate: Mon May 22 16:01:45 2017 -0700

    open-vm-tools: support FUSE
    
    The vmhgfs driver is now gone, but they use FUSE instead. Add FUSE support so we
    don't lose the functionality vmhgfs use to provide.
    
    Signed-off-by: Martin Kelly <mkelly at xevo.com>
---
 meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
index c6a88a3..ec2114e 100644
--- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
+++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
@@ -49,6 +49,9 @@ NO_X11_FLAGS = "--without-x --without-gtk2 --without-gtk3"
 X11_DEPENDS = "libxext libxi libxrender libxrandr libxtst gtk+ gdk-pixbuf"
 PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}"
 
+# fuse gets implicitly detected; there is no --without-fuse option.
+PACKAGECONFIG[fuse] = ",,fuse"
+
 EXTRA_OEMAKE = "KERNEL_RELEASE=${KERNEL_VERSION}"
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list