summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-09 15:52:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 15:57:20 +0100
commita284f6c2857de27dca444c6160979735cd6180e1 (patch)
treefcf35a2846ae5d57205b2387a193cacb9e4bcb6f /meta/recipes-core/systemd
parent1492f43a044eaf44bb3ae3cfdcbd2bd7b2415bbe (diff)
downloadpoky-a284f6c2857de27dca444c6160979735cd6180e1.tar.gz
systemd: update patch header and comments
(From OE-Core rev: 856f74db0f56e4885af625665f8d85841f198e8d) 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/systemd')
-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