diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-09 15:52:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 15:57:12 +0100 |
commit | 856f74db0f56e4885af625665f8d85841f198e8d (patch) | |
tree | f570dff20cec0e7f6f5b503c2cbf96f27ba79a8a /meta/recipes-core | |
parent | bb9c01bd627cae9c037811c943ad38eebb2f8b25 (diff) | |
download | openembedded-core-856f74db0f56e4885af625665f8d85841f198e8d.tar.gz openembedded-core-856f74db0f56e4885af625665f8d85841f198e8d.tar.bz2 openembedded-core-856f74db0f56e4885af625665f8d85841f198e8d.zip |
systemd: update patch header and comments
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd/binfmt-install.patch | 9 |
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 @@ 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 <ross.burton@intel.com> diff --git a/Makefile.am b/Makefile.am |