[oe] [meta-oe][PATCH] fuse: let overriding base_sbindir have the proper effect.

Martin Jansa martin.jansa at gmail.com
Thu Jun 8 12:58:32 UTC 2017


OE @ ~/meta-openembedded $ pwam 140508
2017-06-08 12:56:27 URL:
https://patchwork.openembedded.org/patch/140508/mbox/ [1562] ->
"pw-am-140508.patch" [1]
Applying: fuse: let overriding base_sbindir have the proper effect.
error: meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb: does not exist
in index
Patch failed at 0001 fuse: let overriding base_sbindir have the proper
effect.
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


is it still needed with 2.9.7 version? there is pending upgrade for that

commit b491a1528be4030c7bcab48536690ed326b40196
Author:     Kyle Russell <bkylerussell at gmail.com>
AuthorDate: Thu Jun 1 14:43:15 2017 -0400
Commit:     Martin Jansa <Martin.Jansa at gmail.com>
CommitDate: Mon Jun 5 11:14:58 2017 +0200

   fuse: update 2.9.4 to 2.9.7

   Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>


On Tue, Jun 6, 2017 at 6:46 PM, Krisztian Litkey <
krisztian.litkey at linux.intel.com> wrote:

> From: Krisztian Litkey <krisztian.litkey at intel.com>
>
> Set MOUNT_FUSE_PATH explicitly to ${base_sbindir} before configure.
> Making this explicit will let people override base_sbindir with the
> desired effect (for instance when building a distro with merged /
> and /usr).
>
> Signed-off-by: Krisztian Litkey <krisztian.litkey at intel.com>
> ---
>  meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
> b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
> index 153fcb4..16fc807 100644
> --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
> +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
> @@ -44,6 +44,11 @@ FILES_fuse-utils-dbg = "${bindir}/.debug
> ${base_sbindir}/.debug"
>  DEBIAN_NOAUTONAME_fuse-utils = "1"
>  DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
>
> +do_configure_prepend() {
> +    # Make this explicit so overriding base_sbindir propagates properly.
> +    export MOUNT_FUSE_PATH="${base_sbindir}"
> +}
> +
>  do_install_append() {
>      rm -rf ${D}${base_prefix}/dev
>
> --
> 2.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list