mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] systemd: remove coreutils dependency
@ 2018-12-14  7:25 Marc Kleine-Budde
  2018-12-14  7:25 ` [ptxdist] [PATCH 2/2] host-coreutils: remove Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2018-12-14  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Marc Kleine-Budde

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

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

end of thread, other threads:[~2018-12-14  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14  7:25 [ptxdist] [PATCH 1/2] systemd: remove coreutils dependency Marc Kleine-Budde
2018-12-14  7:25 ` [ptxdist] [PATCH 2/2] host-coreutils: remove Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox