From: Marc Kleine-Budde <mkl@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] host-coreutils: remove
Date: Fri, 14 Dec 2018 08:25:14 +0100 [thread overview]
Message-ID: <20181214072514.12225-2-mkl@pengutronix.de> (raw)
In-Reply-To: <20181214072514.12225-1-mkl@pengutronix.de>
The last dependency on this package has been removed in the previous
patch. So remove this package.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
rules/host-coreutils.in | 5 ----
rules/host-coreutils.make | 62 ---------------------------------------
2 files changed, 67 deletions(-)
delete mode 100644 rules/host-coreutils.in
delete mode 100644 rules/host-coreutils.make
diff --git a/rules/host-coreutils.in b/rules/host-coreutils.in
deleted file mode 100644
index 7cd2e45f1469..000000000000
--- a/rules/host-coreutils.in
+++ /dev/null
@@ -1,5 +0,0 @@
-## SECTION=hosttools_noprompt
-
-config HOST_COREUTILS
- tristate
- default y if ALLYES
diff --git a/rules/host-coreutils.make b/rules/host-coreutils.make
deleted file mode 100644
index a65aa6d70df5..000000000000
--- a/rules/host-coreutils.make
+++ /dev/null
@@ -1,62 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_COREUTILS) += host-coreutils
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_COREUTILS_SKIP := \
- base64 basename cat chcon chgrp chmod chown chroot cksum comm cp \
- csplit cut date dd df dir dircolors dirname du echo env expand \
- expr factor false fmt fold groups head hostid id install join \
- kill link logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl \
- nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx \
- pwd readlink realpath rm rmdir runcon seq sha1sum sha224sum \
- sha256sum sha384sum sha512sum shred shuf sleep sort split stat \
- stdbuf stty sum sync tac tail tee test [ timeout touch tr true \
- truncate tsort tty uname unexpand uniq unlink uptime users vdir \
- wc who whoami yes
-
-#
-# autoconf
-#
-HOST_COREUTILS_CONF_TOOL := autoconf
-HOST_COREUTILS_CONF_OPT := \
- $(HOST_AUTOCONF) \
- --disable-silent-rules \
- --enable-threads=posix \
- --disable-assert \
- --disable-rpath \
- --disable-libsmack \
- --disable-xattr \
- --disable-libcap \
- --enable-install-program=ln \
- --enable-no-install-program=$(subst $(space),$(comma),$(strip $(HOST_COREUTILS_SKIP))) \
- --disable-nls \
- --without-openssl \
- --without-selinux \
- --without-gmp
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-coreutils.install:
- @$(call targetinfo)
- @$(call world/install, HOST_COREUTILS)
- @find $(HOST_COREUTILS_PKGDIR) -type f -executable ! -name ln | xargs rm
- @$(call touch)
-
-# vim: syntax=make
--
2.19.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
prev parent 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 [ptxdist] [PATCH 1/2] systemd: remove coreutils dependency Marc Kleine-Budde
2018-12-14 7:25 ` Marc Kleine-Budde [this message]
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-2-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