From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Fran=C3=A7ois_Perrad?= Date: Wed, 20 Aug 2014 18:45:07 +0200 Subject: [Buildroot] [PATCH 5/6] intltool: refactor with host-perl In-Reply-To: <20140820142128.62163ff9@free-electrons.com> References: <1408471638-4551-1-git-send-email-francois.perrad@gadz.org> <1408471638-4551-5-git-send-email-francois.perrad@gadz.org> <20140820142128.62163ff9@free-electrons.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 2014-08-20 14:21 GMT+02:00 Thomas Petazzoni : > Dear Francois Perrad, > > On Tue, 19 Aug 2014 20:07:17 +0200, Francois Perrad wrote: >> Signed-off-by: Francois Perrad >> --- >> package/intltool/intltool.mk | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk >> index 5c2dca8..96333ae 100644 >> --- a/package/intltool/intltool.mk >> +++ b/package/intltool/intltool.mk >> @@ -11,5 +11,7 @@ INTLTOOL_LICENSE_FILES = COPYING >> >> HOST_INTLTOOL_DEPENDENCIES = host-gettext host-perl-xml-parser >> >> +HOST_INTLTOOL_CONF_ENV = PERL=$(PERL_RUN) > > Doesn't this makes the assumption that host-perl has been built as a > dependency of host-intltool? If that's the case, then it's a problem I > would really like to avoid bringing host-perl as a dependency of builds > that don't have any Perl stuff on the target. > host-intltool depends on host-perl-xml-parser, and now, host-perl-xml-parser depends on host-perl. A host-perl-foo-module cannot depend on host-perl OR system-perl. All host-perl-foo-module must depend on host-perl. Fran?ois > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot