summaryrefslogtreecommitdiffstats
path: root/package/perl-file-util
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2015-11-17 10:24:06 -0200
committerPeter Korsgaard <peter@korsgaard.com>2015-11-19 13:29:18 +0100
commit5b7cb94c967549cd59cc692ec2fc843f66974478 (patch)
tree63f2955e6d1f25f13e580c9ab40550939da6a699 /package/perl-file-util
parent5972ea48c3515dd0ca28f5df101d71a2672256f6 (diff)
downloadbuildroot-5b7cb94c967549cd59cc692ec2fc843f66974478.tar.gz
buildroot-5b7cb94c967549cd59cc692ec2fc843f66974478.zip
perl-file-util: restore host variant and fix dependencies
The host variant was added by us (DATACOM) because it is useful to build some third-party packages that we use in our firmware. We humbly request you to keep it alive. Declare that it requires host-perl-module-build. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/perl-file-util')
-rw-r--r--package/perl-file-util/perl-file-util.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/perl-file-util/perl-file-util.mk b/package/perl-file-util/perl-file-util.mk
index fe83585f36..7026515e66 100644
--- a/package/perl-file-util/perl-file-util.mk
+++ b/package/perl-file-util/perl-file-util.mk
@@ -10,5 +10,7 @@ PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY
PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+
PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE
+HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
$(eval $(perl-package))
+$(eval $(host-perl-package))
OpenPOWER on IntegriCloud