summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-30 15:10:04 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commit7c936acaea25064ac733c6f1fc2bf041e8418aa0 (patch)
treeca29cb7fdf1df41a72c064a114404881b23bd4f8
parent2111cfde20e33ec82d3c2bb21d51935a65d7bd9b (diff)
downloadptxdist-7c936acaea25064ac733c6f1fc2bf041e8418aa0.tar.gz
ptxdist-7c936acaea25064ac733c6f1fc2bf041e8418aa0.tar.xz
host-libcap-ng: add package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-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