summaryrefslogtreecommitdiffstats
path: root/rules/host-system-perl.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-05-27 10:06:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-03 12:21:39 +0200
commit2cf310a83bad2b6cd6321131f81051d720bb9539 (patch)
tree4e40a0e627c61f7dfb382b27c130542afbc0a77d /rules/host-system-perl.in
parent920db42c91d2c2b5e59118ff9b492e0c2da18fdf (diff)
downloadptxdist-2cf310a83bad2b6cd6321131f81051d720bb9539.tar.gz
ptxdist-2cf310a83bad2b6cd6321131f81051d720bb9539.tar.xz
host-system-perl: new package
This is a generic check for the system perl. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-perl.in')
-rw-r--r--rules/host-system-perl.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/host-system-perl.in b/rules/host-system-perl.in
new file mode 100644
index 000000000..fc487ced8
--- /dev/null
+++ b/rules/host-system-perl.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_SYSTEM_PERL
+ tristate
+
+if HOST_SYSTEM_PERL
+
+config HOST_SYSTEM_PERL_XMLPARSER
+ bool
+
+endif
+