On 22 October 2014 04:23, <[email protected]> wrote: > +- @echo '#define LSOF_CCV "${CCV}"' >> version.h > ++ @LSOF_CCV=`${CC} -v 2>&1 | sed -n 's/.*version \(.*\)/\1/p'` &&\ > ++ echo "#define LSOF_CCV \"${LSOF_CCV}\"" >> version.h >
It seems that a better (and importantly, upstreamable) fix would be to pass LSOF_CC correctly to ./Configure instead of overriding in do_compile(), and change the LSOF_CCV assignment to run LSOF_CC if _CCV isn't already set. (My general approach here is spend a little more time getting a fix upstreamed so that we're not fixing our patch every few months) Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
