aboutsummaryrefslogtreecommitdiff
path: root/utils/coreutils
Commit message (Collapse)AuthorAge
* coreutils: stdbuf: fix missing libstdbuf.soYousong Zhou2017-06-19
| | | | | | Fixes #1674 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* coreutils: add libcap dependency to selected appletsJo-Philipp Wich2017-01-18
| | | | | | | | | | | | | | | | If libcap happens to be present in the environment, coreutils will pick it up and link some applets against it. Since the idea of coreutils is to provide a full featured alternative to the busybox applets, do not inhibit the optional dependency but explicitely require libcap instead. Fixes the following error spotted on the buildbots: Package coreutils-dir is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* coreutils: adjust applet descriptionsJo-Philipp Wich2016-07-30
| | | | | | | Only mention busybox applets for the meta package and do not imply that applets are enabled for any possible coreutils program. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: replace my defunct email addressJo-Philipp Wich2016-06-07
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* coreutils: bump version to 8.23Richard Kunze2014-11-27
| | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* coreutils: remove spurious libelf dependencySteven Barth2014-07-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* coreutils: --disable-xattr to fix the buildEtienne CHAMPETIER2014-07-04
| | | | | | we could also depend on libattr, but it need more testing Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* coreutils: import from packages, add myself as maintainerJo-Philipp Wich2014-06-11
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>