Re: [OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-22 Thread Burton, Ross
On 21 October 2015 at 18:41, Andrew Shadura wrote: > + ${systemd_system_unitdir} \ > This isn't needed as systemd.bbclass handles it for you. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-22 Thread Andrew Shadura
On 22 October 2015 12:59:13 CEST, "Burton, Ross" wrote: >On 21 October 2015 at 18:41, Andrew Shadura > >wrote: > >> + ${systemd_system_unitdir} \ >> > >This isn't needed as systemd.bbclass handles it for you. Well, that's what

Re: [OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-22 Thread Burton, Ross
On 22 October 2015 at 12:06, Andrew Shadura wrote: > >This isn't needed as systemd.bbclass handles it for you. > > > Well, that's what I thought too, but no, in fact it doesn't. > That would be because SYSTEMD_SERVICES doesn't list the extra units that using

[OE-core] [PATCH] cups: explicitly configure with systemd when needed

2015-10-21 Thread Andrew Shadura
Add PACKAGECONFIG for systemd, enable it when systemd is enabled in DISTRO_FEATURES. Pass the correct path to systemd units, ensure they're installed into the package. Signed-off-by: Andrew Shadura --- I hope this patch will be merged before jethro is released :)