On 10/23/2014 04:03 AM, Burton, Ross wrote:

On 22 October 2014 04:23, <wenzong....@windriver.com
<mailto:wenzong....@windriver.com>> 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.

Ok, I'll redo the patch and send V2.

Thanks
Wenzong


(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
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to