aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libmng
diff options
context:
space:
mode:
authorTom Hayward <tom@harbortronics.com>2017-03-02 13:01:40 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-07 13:29:45 +0100
commitf291c5e076e907a0b80cfc4f4967d90fdd9b46de (patch)
treeed46cac6c72d4b3e12352c9ac8fb638208321a08 /meta-oe/recipes-graphics/libmng
parentcd5b07e5a81502415ebdd7d3fbee0b35aa7a5c61 (diff)
downloadmeta-openembedded-contrib-f291c5e076e907a0b80cfc4f4967d90fdd9b46de.tar.gz
fuse-exfat: fix mount detection of mount.exfat
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. Signed-off-by: Tom Hayward <tom@harbortronics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libmng')
0 files changed, 0 insertions, 0 deletions