From: Marc Kleine-Budde <mkl@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: [ptxdist] [PATCH 1/2] systemd: remove coreutils dependency
Date: Fri, 14 Dec 2018 08:25:13 +0100 [thread overview]
Message-ID: <20181214072514.12225-1-mkl@pengutronix.de> (raw)
Even the ln of ubuntu 14.04's coreutils supports --relative, do not
compile host-coreutils, as it will fail on that ubuntu version, due to
a too old glibc.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
rules/host-systemd.in | 2 --
rules/systemd.in | 2 --
2 files changed, 4 deletions(-)
diff --git a/rules/host-systemd.in b/rules/host-systemd.in
index ab901c7a236c..f80d9de10fb6 100644
--- a/rules/host-systemd.in
+++ b/rules/host-systemd.in
@@ -5,7 +5,5 @@ config HOST_SYSTEMD
default y if ALLYES
select HOST_MESON
select HOST_GPERF
- # for 'ln --relative'
- select HOST_COREUTILS
select HOST_UTIL_LINUX_NG
select HOST_LIBCAP
diff --git a/rules/systemd.in b/rules/systemd.in
index 29d7bf2b9a43..1c26e92b9b41 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -5,8 +5,6 @@ menuconfig SYSTEMD
depends on INITMETHOD_SYSTEMD
select HOST_MESON
select HOST_GPERF
- # for 'ln --relative'
- select HOST_COREUTILS
select ROOTFS_RUN
select LIBC_PTHREAD
select LIBC_RT
--
2.19.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2018-12-14 7:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-14 7:25 Marc Kleine-Budde [this message]
2018-12-14 7:25 ` [ptxdist] [PATCH 2/2] host-coreutils: remove Marc Kleine-Budde
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=20181214072514.12225-1-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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