summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-28 22:45:18 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commitcc297c64bcfdac221cc2a3ee1e86984b5d24d456 (patch)
treeec09ed4dd17dccc97d6c2ea8a15aeff40a7def54
parent97edfd56b61792e88ce2e98435522f6e36ce7efd (diff)
downloadptxdist-cc297c64bcfdac221cc2a3ee1e86984b5d24d456.tar.gz
ptxdist-cc297c64bcfdac221cc2a3ee1e86984b5d24d456.tar.xz
host-libcgroup: add package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-libcgroup.in5
-rw-r--r--rules/host-libcgroup.make31
2 files changed, 36 insertions, 0 deletions
diff --git a/rules/host-libcgroup.in b/rules/host-libcgroup.in
new file mode 100644
index 000000000..6f0a28a1d
--- /dev/null
+++ b/rules/host-libcgroup.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBCGROUP
+ tristate
+ default ALLYES
diff --git a/rules/host-libcgroup.make b/rules/host-libcgroup.make
new file mode 100644
index 000000000..686dd5e09
--- /dev/null
+++ b/rules/host-libcgroup.make
@@ -0,0 +1,31 @@
+# -*-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_LIBCGROUP) += host-libcgroup
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBCGROUP_CONF_TOOL := autoconf
+HOST_LIBCGROUP_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-bindings \
+ --disable-tools \
+ --disable-pam \
+ --disable-daemon
+
+# vim: syntax=make