mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Add libcap-ng package.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4fbff28b99
commit
defa173e08
@ -377,6 +377,7 @@ source "package/argp-standalone/Config.in"
|
|||||||
source "package/boost/Config.in"
|
source "package/boost/Config.in"
|
||||||
source "package/libatomic_ops/Config.in"
|
source "package/libatomic_ops/Config.in"
|
||||||
source "package/libcap/Config.in"
|
source "package/libcap/Config.in"
|
||||||
|
source "package/libcap-ng/Config.in"
|
||||||
source "package/libdaemon/Config.in"
|
source "package/libdaemon/Config.in"
|
||||||
source "package/libelf/Config.in"
|
source "package/libelf/Config.in"
|
||||||
source "package/libevent/Config.in"
|
source "package/libevent/Config.in"
|
||||||
|
10
package/libcap-ng/Config.in
Normal file
10
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/
|
12
package/libcap-ng/libcap-ng.mk
Normal file
12
package/libcap-ng/libcap-ng.mk
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# libcap-ng
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LIBCAP_NG_VERSION = 0.6.6
|
||||||
|
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng/
|
||||||
|
LIBCAP_NG_SOURCE = libcap-ng-$(LIBCAP_NG_VERSION).tar.gz
|
||||||
|
LIBCAP_NG_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS))
|
Loading…
x
Reference in New Issue
Block a user