Re: [OE-core] [PATCH 2/2] systemd: Move functions that only affect metadata to parse time.

2013-07-04 Thread Burton, Ross
On 26 June 2013 18:33, Randy Witt wrote: > This is useful for times when you don't want to enable or disable a > service automatically on install, but still want the rest of the > functionality of the systemd.bbclass. This seems like a brute-force way of approaching the problem, which is that you

[OE-core] [PATCH 2/2] systemd: Move functions that only affect metadata to parse time.

2013-06-26 Thread Randy Witt
From: Randy Witt The functions that don't have dependencies on the data in ${D} should run at parse time. This way overrides behave correctly and the python functions can actually be replaced/redefined in individual recipes. i.e: systemd_postinst_${PN} () { } This is useful for times when you d