diff options
| -rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb | 8 |
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 c83e7f6d32..95e870691c 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 | ||
| 56 | do_install_append() { | 56 | do_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 | ||
| 72 | do_install_append_class-nativesdk() { | ||
| 73 | install -d ${D}${sysconfdir} | ||
| 74 | mv ${D}/etc/* ${D}${sysconfdir}/ | ||
| 75 | rmdir ${D}/etc | ||
| 76 | } | ||
| 77 | |||
| 72 | BBCLASSEXTEND = "native nativesdk" | 78 | BBCLASSEXTEND = "native nativesdk" |
