fuse_%.bbappend 256 Bytes
Newer Older
1 2 3 4 5 6
do_install_append() {
    # Remove /etc/modules-load.d/fuse.conf which makes the systemd-modules-load.service fail
    if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
        rm -r ${D}${sysconfdir}/modules-load.d
    fi
}