c785b1b2c4
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
config BR2_PACKAGE_LIBCAP_NG
|
|
bool "libcap-ng"
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # triggers compiler bug
|
|
help
|
|
The libcap-ng library is intended to make programming with
|
|
posix capabilities much easier than the traditional libcap
|
|
library. It includes utilities that can analyse all currently
|
|
running applications and print out any capabilities and whether
|
|
or not it has an open ended bounding set.
|
|
|
|
http://people.redhat.com/sgrubb/libcap-ng/
|