mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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:
committed by
Martin Jansa
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 = "1"
|
||||||
DEBIAN_NOAUTONAME_fuse-utils-dbg = "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() {
|
do_install_append() {
|
||||||
rm -rf ${D}${base_prefix}/dev
|
rm -rf ${D}${base_prefix}/dev
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user