Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Add missing include <sys/types.h>
|
||||
|
||||
This include is needed to get the pid_t definition, at least with the
|
||||
musl C library.
|
||||
|
||||
Patch inspired from Alpine Linux patch
|
||||
http://git.alpinelinux.org/cgit/aports/tree/main/libcap-ng/fix-includes.patch.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: b/utils/proc-llist.h
|
||||
===================================================================
|
||||
--- a/utils/proc-llist.h
|
||||
+++ b/utils/proc-llist.h
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
+#include <sys/types.h>
|
||||
|
||||
/* This is the node of the linked list. Any data elements that are per
|
||||
* record goes here. */
|
||||
11
deprecated/firmware/buildroot/package/libcap-ng/Config.in
Normal file
11
deprecated/firmware/buildroot/package/libcap-ng/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 48a2083276f9820cb92dcb05d001b30733bcbf48c14c230303cac3cd08b45b6b libcap-ng-0.7.4.tar.gz
|
||||
16
deprecated/firmware/buildroot/package/libcap-ng/libcap-ng.mk
Normal file
16
deprecated/firmware/buildroot/package/libcap-ng/libcap-ng.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcap-ng
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCAP_NG_VERSION = 0.7.4
|
||||
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
|
||||
LIBCAP_NG_LICENSE = GPLv2+ LGPLv2.1+
|
||||
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