summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-08 14:51:24 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 20:45:19 +0100
commitb5e47820bcd796a61f0e4600c215228516ed686c (patch)
tree899dc8dbc6eb2fb6d01e14da2094092ade61b12a /rules/host-acl.in
parentd03fff92e253e8363e05e892e31b6e82dace07b8 (diff)
downloadptxdist-b5e47820bcd796a61f0e4600c215228516ed686c.tar.gz
ptxdist-b5e47820bcd796a61f0e4600c215228516ed686c.tar.xz
[host-acl] Added host compile for libacl.so and headers
This local build is required for other local build tools, e.g. the e2fsprogs or other stuff needed ACL support for filesystems on the host side. delete stray host-libacl.in Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-acl.in')
-rw-r--r--rules/host-acl.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/host-acl.in b/rules/host-acl.in
new file mode 100644
index 000000000..7b7048f56
--- /dev/null
+++ b/rules/host-acl.in
@@ -0,0 +1,10 @@
+## SECTION=hosttools_noprompt
+
+config HOST_ACL
+ tristate
+ select HOST_ATTR
+ help
+ Access control list utilities
+
+ This package contains the getfacl and setfacl utilities
+ needed for manipulating access control lists.