summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-libcap-ng.in5
-rw-r--r--rules/host-libcap-ng.make28
2 files changed, 33 insertions, 0 deletions
diff --git a/rules/host-libcap-ng.in b/rules/host-libcap-ng.in
new file mode 100644
index 000000000..e23bf41cb
--- /dev/null
+++ b/rules/host-libcap-ng.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBCAP_NG
+ tristate
+ default ALLYES
diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make
new file mode 100644
index 000000000..f5baf7af8
--- /dev/null
+++ b/rules/host-libcap-ng.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP_NG) += host-libcap-ng
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBCAP_NG_CONF_TOOL := autoconf
+HOST_LIBCAP_NG_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --without-python
+
+# vim: syntax=make