All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-filesystems] [PATCH] Add fusermount to fuse by default
Date: Fri, 21 Mar 2014 10:07:56 +0100	[thread overview]
Message-ID: <532C016C.2060309@dominion.thruhere.net> (raw)
In-Reply-To: <1395386596-56931-1-git-send-email-george.nita@enea.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

George Nita schreef op 21-03-14 08:23:
> Without fusermount the '/etc/init.d/fuse status' command exits with
> error. Added fusermount to PACKAGES list and ensured it gets installed.

How are you ensuring it gets installed? You only added a new packages, you
haven't updated any R* variable to take the new package into account.

> 
> 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} }
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFTLAFsMkyGM64RGpERAj7iAJ9imAv8fVGxLzkGfEY1M3iyyGbnHwCeKtaa
GyHWWpd05haNOE69NMQQLaA=
=XU/E
-----END PGP SIGNATURE-----


  reply	other threads:[~2014-03-21  9:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  7:23 [meta-filesystems] [PATCH] Add fusermount to fuse by default George Nita
2014-03-21  9:07 ` Koen Kooi [this message]
2014-03-21  9:38   ` George Nita
2014-03-21 11:15     ` Koen Kooi
2014-03-21 16:49       ` George Nita

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=532C016C.2060309@dominion.thruhere.net \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.