summaryrefslogtreecommitdiffstats
path: root/rules/host-system-perl.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-11-10 11:32:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-14 16:04:19 +0100
commitfca6fe9a555a071831f104ae6bd56bbddf4b0633 (patch)
tree219ea2735cfdcefe660021043be039be2df91425 /rules/host-system-perl.make
parent9591c94318456a182fb7b866108546ee46f6bc6d (diff)
downloadptxdist-fca6fe9a555a071831f104ae6bd56bbddf4b0633.tar.gz
ptxdist-fca6fe9a555a071831f104ae6bd56bbddf4b0633.tar.xz
host tool checks: fix group assignment
These are HOST_PACKAGES and not target PACKAGES. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/host-system-perl.make')
-rw-r--r--rules/host-system-perl.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-system-perl.make b/rules/host-system-perl.make
index d70ae5f68..9547368c7 100644
--- a/rules/host-system-perl.make
+++ b/rules/host-system-perl.make
@@ -11,7 +11,7 @@
#
# We provide this package
#
-PACKAGES-$(PTXCONF_HOST_SYSTEM_PERL) += host-system-perl
+HOST_PACKAGES-$(PTXCONF_HOST_SYSTEM_PERL) += host-system-perl
HOST_SYSTEM_PERL_LICENSE = ignore
# ----------------------------------------------------------------------------