summaryrefslogtreecommitdiffstats
path: root/rules/host-system-perl.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2014-01-23 10:45:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-23 17:42:48 +0100
commitd8311d036a83cd7a1de4591c48e1beb8e99f02ce (patch)
treec3f44c2477bdeb1d8681baed003bcf8e662892ca /rules/host-system-perl.in
parent6bdd2f9c4dc1295afc186f2ada3788d541ddf5ab (diff)
downloadptxdist-d8311d036a83cd7a1de4591c48e1beb8e99f02ce.tar.gz
ptxdist-d8311d036a83cd7a1de4591c48e1beb8e99f02ce.tar.xz
host-perl: add modules JSON and Locale::PO
Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: whitespace and sorting cleanups] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-perl.in')
-rw-r--r--rules/host-system-perl.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/host-system-perl.in b/rules/host-system-perl.in
index fc487ced8..e92e8565c 100644
--- a/rules/host-system-perl.in
+++ b/rules/host-system-perl.in
@@ -5,6 +5,12 @@ config HOST_SYSTEM_PERL
if HOST_SYSTEM_PERL
+config HOST_SYSTEM_PERL_JSON
+ bool
+
+config HOST_SYSTEM_PERL_LOCALE_PO
+ bool
+
config HOST_SYSTEM_PERL_XMLPARSER
bool