diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2012-06-04 13:47:44 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-05 23:02:20 +0100 |
commit | f8a054aca9962ebfd4c74fc1d34cd684de6b3568 (patch) | |
tree | 9925a6c9e85725eeb17a9e03107d5904840dbdc3 /meta/recipes-kernel | |
parent | 13e52fafae0fb06b26d179a5cac6898babbadc51 (diff) | |
download | openembedded-core-f8a054aca9962ebfd4c74fc1d34cd684de6b3568.tar.gz openembedded-core-f8a054aca9962ebfd4c74fc1d34cd684de6b3568.tar.bz2 openembedded-core-f8a054aca9962ebfd4c74fc1d34cd684de6b3568.zip |
perl: Allow perl to cross build and native build in a directory named "t"
If any directory in leading up to your tmp directory has the name "t"
perl will fail to build with a very cryptic error shown below:
pod/buildtoc: no pods at pod/buildtoc line 305.
make[1]: *** [pod/perltoc.pod] Error 255
This is a result of the perl file checking making an assumption
that it is only looking at files and directories with in the perl
source directory. This assumption fails with the way bitbake
sets up perl to properly cross compile.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions