All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems] [PATCH] Add fusermount to fuse by default
@ 2014-03-21  7:23 George Nita
  2014-03-21  9:07 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: George Nita @ 2014-03-21  7:23 UTC (permalink / raw)
  To: openembedded-devel

Without fusermount the '/etc/init.d/fuse status' command exits with error.
Added fusermount to PACKAGES list and ensured it gets installed.

Signed-off-by: George Nita <george.nita@enea.com>
---
 meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
index a761932..1e8f958 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
@@ -21,7 +21,8 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-kernel-module"
 
-PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
+PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev \
+             libulockmgr-dbg fusermount"
 
 RRECOMMENDS_${PN} = "kernel-module-fuse"
 
@@ -40,4 +41,6 @@ DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
 
 do_install_append() {
     rm -rf ${D}${base_prefix}/dev
+    install -d ${D}${base_bindir}
+    install -m 0755 ${B}/util/fusermount -t ${D}${base_bindir}
 }
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-21 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21  7:23 [meta-filesystems] [PATCH] Add fusermount to fuse by default George Nita
2014-03-21  9:07 ` Koen Kooi
2014-03-21  9:38   ` George Nita
2014-03-21 11:15     ` Koen Kooi
2014-03-21 16:49       ` George Nita

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.