]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: Move stdbuf into an own package coreutils-stdbuf
authorAdrian Bunk <bunk@stusta.de>
Thu, 31 Oct 2019 12:28:14 +0000 (14:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Oct 2019 16:07:29 +0000 (16:07 +0000)
commit992cec44ad2073cfe05cb2c58936032af189748a
tree27a889a92898fbf748d6533ff45702da9a7c09eb
parentedb7f0adc6b0846c118ea262bbfaf46050c03fb4
coreutils: Move stdbuf into an own package coreutils-stdbuf

The coreutils implementation of stdbuf uses LD_PRELOAD
to dynamically load libstdbuf which calls setvbuf().
This can't be implemented simply in busybox since it produces
one or two statically linked executables. Therefore, stdbuf
should be packaged separately for people who are using busybox
instead of coreutils for the other tools.

coreutils depends on the new package,
so nothing changes when installing coreutils.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_8.31.bb