[oe] [meta-filesystems][PATCH] fuse-exfat: fix mount detection of mount.exfat

Martin Jansa martin.jansa at gmail.com
Thu Mar 2 20:43:33 UTC 2017


Can we pass correct installation path in configure instead of changing the
variable itself?

Also missing your SOB line.

On Thu, Mar 2, 2017 at 1:47 AM, Tom Hayward <tom at harbortronics.com> wrote:

> When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was
> removed from the recipe. This left the installation target as sbindir
> (/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because
> mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/.
>
> With sbindir = "${base_sbindir}", mount.exfat is installed at
> /sbin/mount.exfat
> where mount can find it.
> ---
>  meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb |
> 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-
> exfat_1.2.3.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-
> exfat_1.2.3.bb
> index 639e33c..0db1252 100644
> --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> @@ -18,3 +18,4 @@ SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
>  SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a
> 5a324fdd1e20f9c8acd357dd463c2355d9"
>
>  S = "${WORKDIR}/${PN}-${PV}"
> +sbindir = "${base_sbindir}"
> --
> 1.7.10.4
>
> --
> _______________________________________________
> 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