update buildroot to 2017.02.11
This commit is contained in:
10
bsp/buildroot-2017.02.11/package/libcap-ng/Config.in
Normal file
10
bsp/buildroot-2017.02.11/package/libcap-ng/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LIBCAP_NG
|
||||
bool "libcap-ng"
|
||||
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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c21af997445cd4107a55d386f955c5ea6f6e96ead693e9151277c0ab5f97d05f libcap-ng-0.7.8.tar.gz
|
||||
16
bsp/buildroot-2017.02.11/package/libcap-ng/libcap-ng.mk
Normal file
16
bsp/buildroot-2017.02.11/package/libcap-ng/libcap-ng.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcap-ng
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCAP_NG_VERSION = 0.7.8
|
||||
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
|
||||
LIBCAP_NG_LICENSE = GPLv2+ (programs), LGPLv2.1+ (library)
|
||||
LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
|
||||
LIBCAP_NG_INSTALL_STAGING = YES
|
||||
|
||||
LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
||||
LIBCAP_NG_CONF_OPTS = --without-python
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user