openwrt-packages/libs/intltool
Lucian Cristian 6007adef68 intltool: depend on hostpkg first
The scripts will use the $(STAGING_DIR)/bin/perl which is a simlink to native
perl, using $(STAGING_DIR_HOSTPKG) first will use the "perl/host" that has
multiple modules availabe to be built as host like perl-xml-parser

Using the $(STAGING_DIR)/bin/perl pakages that depend on "perl-xml-parser/host"
will fail with:

You must have XML::Parser installed to run
[...]/staging_dir/hostpkg/bin/intltool-merge

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-14 16:18:29 +03:00
..
patches intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later. 2018-12-12 13:20:27 -05:00
Makefile intltool: depend on hostpkg first 2019-04-14 16:18:29 +03:00