Message ID | 20211117123201.111905-5-luca.boccassi@gmail.com |
---|---|
State | New |
Headers | show |
Series | systemd: allow building for nativesdk | expand |
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index d5c5538cd7..66e28f4fc9 100644 --- a/meta/recipes-core/volatile-binds/volatile-binds.bb +++ b/meta/recipes-core/volatile-binds/volatile-binds.bb @@ -79,3 +79,8 @@ do_install () { ln -s /dev/null ${D}${sysconfdir}/tmpfiles.d/home.conf } do_install[dirs] = "${WORKDIR}" + +# Nothing picks up /var in the nativesdk case +do_install_append_class-nativesdk () { + rm -rf ${D}/var +}