Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -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. */

View 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/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 48a2083276f9820cb92dcb05d001b30733bcbf48c14c230303cac3cd08b45b6b libcap-ng-0.7.4.tar.gz

View 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))