All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schultz <aschultz@tpip.net>
To: poky@yoctoproject.org
Subject: bogus dependency from systemd to systemd-binfmt
Date: Mon, 29 Sep 2014 14:29:46 +0000 (UTC)	[thread overview]
Message-ID: <126742226.547.1412000986930.JavaMail.zimbra@tpip.net> (raw)

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


             reply	other threads:[~2014-09-29 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29 14:29 Andreas Schultz [this message]
2014-10-06 22:08 ` [poky] bogus dependency from systemd to systemd-binfmt Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=126742226.547.1412000986930.JavaMail.zimbra@tpip.net \
    --to=aschultz@tpip.net \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.