1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Yousong Zhou
46014e360f coreutils: stdbuf: fix missing libstdbuf.so
Fixes #1674

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-06-19 14:47:49 +08:00
Jo-Philipp Wich
8470cae730 coreutils: add libcap dependency to selected applets
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>
2017-02-05 19:40:06 +01:00
Jo-Philipp Wich
630a41fd05 coreutils: adjust applet descriptions
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>
2016-07-30 15:25:40 +02:00
Jo-Philipp Wich
9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Richard Kunze
04fb676036 coreutils: bump version to 8.23
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-27 13:41:27 +01:00
Steven Barth
c6450b9e1c coreutils: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 11:45:40 +02:00
Etienne CHAMPETIER
f2a42f6380 coreutils: --disable-xattr to fix the build
we could also depend on libattr, but it need more testing

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-07-04 12:59:36 +02:00
Jo-Philipp Wich
2abee9646c coreutils: import from packages, add myself as maintainer
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-11 17:02:24 +02:00