diff options
author | Julien Floret <julien.floret@6wind.com> | 2016-07-03 00:20:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 09:15:48 +0200 |
commit | 53259f9347a824f496fd07a81965c765ab817017 (patch) | |
tree | 25638600f4aabd0c0df44c61725173dc1aab4142 /package/libxml-parser-perl | |
parent | cbfacf7c3dd88be854af29cf313f58968e3d6b80 (diff) | |
download | buildroot-53259f9347a824f496fd07a81965c765ab817017.tar.gz buildroot-53259f9347a824f496fd07a81965c765ab817017.zip |
libxml-parser-perl: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxml-parser-perl')
-rw-r--r-- | package/libxml-parser-perl/libxml-parser-perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk index 5c2ac546b4..9e5325c863 100644 --- a/package/libxml-parser-perl/libxml-parser-perl.mk +++ b/package/libxml-parser-perl/libxml-parser-perl.mk @@ -7,7 +7,7 @@ LIBXML_PARSER_PERL_VERSION = 2.41 LIBXML_PARSER_PERL_SOURCE = XML-Parser-$(LIBXML_PARSER_PERL_VERSION).tar.gz LIBXML_PARSER_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR -LIBXML_PARSER_PERL_DEPENDENCIES = expat +HOST_LIBXML_PARSER_PERL_DEPENDENCIES = host-expat LIBXML_PARSER_PERL_LICENSE = Artistic or GPLv1+ LIBXML_PARSER_PERL_RUN_PERL = `which perl` |