summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-01 17:58:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-01 13:03:29 +0000
commitaeb53bd78991af9fbb60d64176ec864cfc2ddbb9 (patch)
treeb4483574dd49f1077b6a78c535657d5325e8dd66 /meta/recipes-devtools/perl
parent298dabb985a40de8974f597c1e9fb51c37e7c545 (diff)
downloadpoky-aeb53bd78991af9fbb60d64176ec864cfc2ddbb9.tar.gz
populate_sdk_base.bbclass:fix toolchain relocation issues
When run "autoreconf" in toolchain, there is an error if the host's perl's version is not the same as the one in the SDK, the error says that the executable perl mismatches the perl lib's version. This is because most of the autotools' scripts use the "#!/usr/bin/perl -w" which is host perl, but the gnu-configize uses "#! /usr/bin/env perl" which invokes the perl wrapper in the SDK, and the wrapper will set the PERL5LIB to the SDK which causes the mismatch. We can make all the perl scripts to use the host perl or the SDK perl to fix this problem. [YOCTO #3338] (From OE-Core rev: 365aa1412a3d31128cb3df02959acdc7df5f2ebc) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
0 files changed, 0 insertions, 0 deletions