]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: update patch header and comments
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Sep 2013 15:52:54 +0000 (15:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Sep 2013 14:57:12 +0000 (15:57 +0100)
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>
meta/recipes-core/systemd/systemd/binfmt-install.patch

index 891c71217310639aa8cdd8cb653fb3bc01fb3546..c2d5099f2421d281ec4927d54a154b4ae3945e4e 100644 (file)
@@ -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