]> code.ossystems Code Review - openembedded-core.git/commit
libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc
authorMatthew McClintock <msm@freescale.com>
Thu, 5 Jul 2012 19:18:35 +0000 (14:18 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 15:58:18 +0000 (16:58 +0100)
commit2c3629a698e537c69c71039bc6172b3c0e617ff1
tree5ca2ac29048f3411d90d0c4870be97fbdc6de21e
parent7cd54693363882854cd026ebe071e9f2e03d364e
libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc

MakeMaker has a bug where it does not propagate CC/LD/etc information
down to subproject it generates Makefiles for... this recipe has has an
Expat subproject which has issues building if we are using sstate-cache
and it will reference the old sysroots and be unable to build properly.
There is an upstream MakeMaker bug for this issue but we can work around
it by fixing up the Makefiles for now

See:
https://rt.cpan.org/Public/Bug/Display.html?id=28632

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb