1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

intltool: Fix perl paths

Currently in the native case we have a path that can easily exceed the
interpretor limit so use "env nativeperl" in that case.

This patch also fixes up the target version's interpretor path but
to do this we need to bypass the configure checks.

(From OE-Core rev: b9fa8fd4f09b68cbcc12b557451a58a1f218d7f3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-08-31 11:26:58 +01:00
parent 9df33286b0
commit 8a78ed689d
3 changed files with 45 additions and 2 deletions
@@ -13,4 +13,7 @@ RRECOMMENDS_${PN}_virtclass-native = ""
inherit autotools pkgconfig perlnative
export PERL = "${bindir}/env perl"
PERL_virtclass-native = "/usr/bin/env nativeperl"
BBCLASSEXTEND = "native"