diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-01-05 10:03:27 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-12 00:55:48 -0800 |
commit | d52b9ff86dbdfce8d5dc3f2e4544b9f44bdeeea0 (patch) | |
tree | 9ed97e2d0acf9cb4fae54d73d72f31c4d98e3ab7 /meta/recipes-gnome/gtk-doc/gtk-doc.m4 | |
parent | 83796edd29561f02b6f7b036351711f8def77a4f (diff) | |
download | openembedded-core-d52b9ff86dbdfce8d5dc3f2e4544b9f44bdeeea0.tar.gz openembedded-core-d52b9ff86dbdfce8d5dc3f2e4544b9f44bdeeea0.tar.bz2 openembedded-core-d52b9ff86dbdfce8d5dc3f2e4544b9f44bdeeea0.tar.xz openembedded-core-d52b9ff86dbdfce8d5dc3f2e4544b9f44bdeeea0.zip |
cpan.bbclass: add a new parameter EXTRA_PERLFLAGS
We use host perl while building target perl modules. When some of the
prebuilt perl modules such as scalar::util are used in the build process
directly or indirectly, perl needs to load the arch specific .so library
file. If perl can not find the .so library files, then perl
tries to use the target pm files which ends up in circular perl module
depedancy causing build time perl invocation to fail.
Adding this new parameter viz EXTRA_PERLFLAGS to cpan.bbclass allows perl
module recipes to specify the location of such host .so files for hostperl,
so that build time invocation of perl does not fail.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gtk-doc/gtk-doc.m4')
0 files changed, 0 insertions, 0 deletions