From: George Nita <george.nita@enea.com>
To: <openembedded-devel@lists.openembedded.org>,
Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [meta-filesystems] [PATCH] Add fusermount to fuse by default
Date: Fri, 21 Mar 2014 11:38:23 +0200 [thread overview]
Message-ID: <532C088F.8090102@enea.com> (raw)
In-Reply-To: <532C016C.2060309@dominion.thruhere.net>
On 03/21/2014 11:07 AM, Koen Kooi wrote:
> -----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.
>
By installing fusermount into ${base_bindir}
>>
>> 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-----
>
--
Best regards,
George Nita
next prev parent reply other threads:[~2014-03-21 9:38 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
2014-03-21 9:38 ` George Nita [this message]
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=532C088F.8090102@enea.com \
--to=george.nita@enea.com \
--cc=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.