[oe] Issues building tinyXML

Phil Blundell philb at gnu.org
Thu Sep 6 15:09:16 UTC 2012


On Thu, 2012-09-06 at 16:08 +0100, Jack Mitchell wrote:
> So, would the best way to fix it be something like:
> 
> do_compile() {
>      run_oemake LD="${CCLD}"
> }

Yes, probably.  Or I guess you can just do:

LD = "${CCLD}"

somewhere else in your .bb file.

p.






More information about the Openembedded-devel mailing list