]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libcap: add menu entry to install tools.
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Sun, 20 Apr 2014 19:30:13 +0000 (21:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 21 Apr 2014 09:21:52 +0000 (11:21 +0200)
commit57155c6b6a7a40523075626353375109fe159c04
treed8d5c533d7eeb38f952115398669f0719c3eeb86
parent04e6fe289121d0ba9693b8b13ff92ee1249f6e04
libcap: add menu entry to install tools.

libcap provides a set of tools to manipulate capabilities, among which
`setcap(8)` and `getcap(8)`. A new menu entry has been added to install them.

[Thomas: mark the new option as requiring MMU support, because the
programs use fork(), and completely rework the new .mk logic as it
wasn't taking into account the BR2_PREFER_STATIC_LIB case.]

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libcap/Config.in
package/libcap/libcap.mk