All of lore.kernel.org
 help / color / mirror / Atom feed
* bogus dependency from systemd to systemd-binfmt
@ 2014-09-29 14:29 Andreas Schultz
  2014-10-06 22:08 ` [poky] " Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schultz @ 2014-09-29 14:29 UTC (permalink / raw)
  To: poky

Hi,

With the current recipes a dependency from systemd to systemd-binfmt is
generated. systemd does work fine without systemd-binfmt and binfmt is
not required for a working system. So, this dependency should not be there.

The dependency is generated by systemd.bbclass because systemd-binfmt.service
has a 'Conflicts=shutdown.target' statement and systemd.bbclass does include
conflicting units into the package.

The cruel print are these lines in systemd.bbclass:

        if has_exactly_one_service:
            has_exactly_one_service = len(get_package_var(d, 'SYSTEMD_SERVICE', systemd_packages).split()) == 1

        keys = 'Also' # Conflicts??
        if has_exactly_one_service:
            # single service gets also the /dev/null dummies
            keys = 'Also Conflicts'

This might be correct for other systemd packages, but for systemd itself
this seems to be wrong....

Regards
Andreas

-- 
-- 
Dipl. Inform.
Andreas Schultz


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-06 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 14:29 bogus dependency from systemd to systemd-binfmt Andreas Schultz
2014-10-06 22:08 ` [poky] " Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.