From: "Alex Kiernan" <alex.kiernan@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alex Kiernan <alex.kiernan@gmail.com>
Subject: [OE-Core][PATCH 5/6] systemd: Drop RDEPEND on systemd-compat-units when sysvinit is disabled
Date: Wed, 22 Apr 2020 14:52:10 +0100 [thread overview]
Message-ID: <20200422135211.121292-5-alex.kiernan@gmail.com> (raw)
In-Reply-To: <20200422135211.121292-1-alex.kiernan@gmail.com>
When sysvinit is disabled we have no init script support, so
systemd-compat-units serves no purpose.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
meta/recipes-core/systemd/systemd_244.3.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb
index 341ac6bbc51b..7ab01fb8cebe 100644
--- a/meta/recipes-core/systemd/systemd_244.3.bb
+++ b/meta/recipes-core/systemd/systemd_244.3.bb
@@ -163,7 +163,7 @@ PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp"
PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell"
PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
-PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,update-rc.d"
+PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d"
# When enabled use reproducble build timestamp if set as time epoch,
# or build time if not. When disabled, time epoch is unset.
def build_epoch(d):
@@ -567,7 +567,7 @@ RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator
RDEPENDS_${PN} += "volatile-binds"
RRECOMMENDS_${PN} += "systemd-extra-utils \
- systemd-compat-units udev-hwdb \
+ udev-hwdb \
e2fsprogs-e2fsck \
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \
os-release \
--
2.17.1
next prev parent reply other threads:[~2020-04-22 13:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-22 13:52 [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 2/6] rngd-tools: Install as part of sysinit.target Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 3/6] rng-tools: Restrict rngd.service Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 4/6] run-postinsts: Set RemainAfterExit on systemd unit Alex Kiernan
2020-04-22 13:52 ` Alex Kiernan [this message]
2020-04-22 13:52 ` [OE-Core][PATCH 6/6] systemd: upgrade v244.3 -> v245.5 Alex Kiernan
2020-04-22 18:48 ` [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket Andre McCurdy
2020-04-23 8:30 ` Alex Kiernan
2020-04-23 17:14 ` Andre McCurdy
2020-04-25 1:43 ` Khem Raj
2020-04-25 10:44 ` Alex Kiernan
2020-04-25 15:12 ` Khem Raj
[not found] ` <160828A1D0F44509.29104@lists.openembedded.org>
2020-04-23 8:38 ` [OE-Core][PATCH 3/6] rng-tools: Restrict rngd.service Alex Kiernan
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=20200422135211.121292-5-alex.kiernan@gmail.com \
--to=alex.kiernan@gmail.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox