Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-core/systemd/systemd/binfmt-install.patch | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd/binfmt-install.patch b/meta/recipes-core/systemd/systemd/binfmt-install.patch index 891c712..c2d5099 100644 --- a/meta/recipes-core/systemd/systemd/binfmt-install.patch +++ b/meta/recipes-core/systemd/systemd/binfmt-install.patch @@ -1,7 +1,12 @@ Don't install dependency links at install time for the binfmt services, use -[Install] blocks so that they get created when the service is enabled. +[Install] blocks so that they get created when the service is enabled like a +traditional service. -Upstream-Status: Inappropriate(Makefile.am) / Submitted(units/) +The [Install] blocks were rejected upstream as they don't have a way to "enable" +it on install without static symlinks which can't be disabled, only masked. We +however can do that in a postinst. + +Upstream-Status: Denied Signed-off-by: Ross Burton <[email protected]> diff --git a/Makefile.am b/Makefile.am -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
