Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin
@ 2017-10-12 23:33 Carlos Santos
  2018-01-01 14:59 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Santos @ 2017-10-12 23:33 UTC (permalink / raw)
  To: buildroot

BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
ensure that coreutils replaces them.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/coreutils/coreutils.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 6a8a31b061..8259f42f4a 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -56,8 +56,8 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
 	INSTALL_PROGRAM=$(INSTALL)
 
 COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
-	ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
-	uname join
+	kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
+	vdir sleep stty sync touch true uname join
 
 # If both coreutils and busybox are selected, make certain coreutils
 # wins the fight over who gets to have their utils actually installed.
-- 
2.13.6

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

* [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin
  2017-10-12 23:33 [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin Carlos Santos
@ 2018-01-01 14:59 ` Thomas Petazzoni
  2018-01-08 21:48   ` Peter Korsgaard
  2018-01-29 21:36   ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-01-01 14:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
> ensure that coreutils replaces them.
> 
> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
> ---
>  package/coreutils/coreutils.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin
  2018-01-01 14:59 ` Thomas Petazzoni
@ 2018-01-08 21:48   ` Peter Korsgaard
  2018-01-29 21:36   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-01-08 21:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
 >> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
 >> ensure that coreutils replaces them.
 >> 
 >> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
 >> ---
 >> package/coreutils/coreutils.mk | 4 ++--
 >> 1 file changed, 2 insertions(+), 2 deletions(-)

Committed to 2017.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin
  2018-01-01 14:59 ` Thomas Petazzoni
  2018-01-08 21:48   ` Peter Korsgaard
@ 2018-01-29 21:36   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-01-29 21:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
 >> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
 >> ensure that coreutils replaces them.
 >> 
 >> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
 >> ---
 >> package/coreutils/coreutils.mk | 4 ++--
 >> 1 file changed, 2 insertions(+), 2 deletions(-)

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-01-29 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 23:33 [Buildroot] [PATCH] coreutils: expand list of files moved from /usr/bin to /bin Carlos Santos
2018-01-01 14:59 ` Thomas Petazzoni
2018-01-08 21:48   ` Peter Korsgaard
2018-01-29 21:36   ` Peter Korsgaard

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