[OE-core] [RFC] disable SysV compat in systemd when there's no 'sysvinit' in DISTRO_FEATURES

Koen Kooi koen at dominion.thruhere.net
Tue Apr 23 08:18:32 UTC 2013


Hi,

A real patch will follow later after I test this (full rebuild going on due to the BACKFILL snafu mentioned earlier), but it boils down to:

[koen at rrMBP systemd]$ diff -Nurd systemd_199.bb systemd_202.bb 
--- systemd_199.bb      2013-04-22 16:53:18.450910639 +0200
+++ systemd_202.bb      2013-04-23 09:48:06.803283711 +0200
-                 --with-sysvrcnd-path=${sysconfdir} \
+                 ${@base_contains('DISTRO_FEATURES', 'sysvinit', '--with-sysvrcnd-path=${sysconfdir}', '--with-sysvrcnd-path=', d)} \

Is anyone fundamentally opposed to this going in early in the 1.5 cycle provided my tests work out?

regards,

Koen



More information about the Openembedded-core mailing list