summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb')
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
index c83e7f6d3..95e870691 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
@@ -54,7 +54,7 @@ do_configure_prepend() {
54} 54}
55 55
56do_install_append() { 56do_install_append() {
57 rm -rf ${D}${base_prefix}/dev 57 rm -rf ${D}/dev
58 58
59 # systemd class remove the sysv_initddir only if systemd_system_unitdir 59 # systemd class remove the sysv_initddir only if systemd_system_unitdir
60 # contains anything, but it's not needed if sysvinit is not in DISTRO_FEATURES 60 # contains anything, but it's not needed if sysvinit is not in DISTRO_FEATURES
@@ -69,4 +69,10 @@ do_install_append() {
69 fi 69 fi
70} 70}
71 71
72do_install_append_class-nativesdk() {
73 install -d ${D}${sysconfdir}
74 mv ${D}/etc/* ${D}${sysconfdir}/
75 rmdir ${D}/etc
76}
77
72BBCLASSEXTEND = "native nativesdk" 78BBCLASSEXTEND = "native nativesdk"