mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
fuse: let overriding base_sbindir have the proper effect.
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@intel.com>
This commit is contained in:
parent
77eae90ef5
commit
5ab7b440bc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user