summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd/binfmt-install.patch9
1 files 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 891c712173..c2d5099f24 100644
--- a/meta/recipes-core/systemd/systemd/binfmt-install.patch
+++ b/meta/recipes-core/systemd/systemd/binfmt-install.patch
@@ -1,7 +1,12 @@
1Don't install dependency links at install time for the binfmt services, use 1Don't install dependency links at install time for the binfmt services, use
2[Install] blocks so that they get created when the service is enabled. 2[Install] blocks so that they get created when the service is enabled like a
3traditional service.
3 4
4Upstream-Status: Inappropriate(Makefile.am) / Submitted(units/) 5The [Install] blocks were rejected upstream as they don't have a way to "enable"
6it on install without static symlinks which can't be disabled, only masked. We
7however can do that in a postinst.
8
9Upstream-Status: Denied
5Signed-off-by: Ross Burton <ross.burton@intel.com> 10Signed-off-by: Ross Burton <ross.burton@intel.com>
6 11
7diff --git a/Makefile.am b/Makefile.am 12diff --git a/Makefile.am b/Makefile.am