]> code.ossystems Code Review - openembedded-core.git/commit
utils.bbclass: Testing via env in create_wrapper is a nice idea but breaks things
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Apr 2012 21:52:10 +0000 (21:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 09:43:38 +0000 (10:43 +0100)
commit915769c405e24751eae613e9ef55f05490a726de
treeb6a5a1002ce7f4439a1d1d1f3cd106d1ea8b00ba
parent6689c52eb13430593d6afe48dba3973467cd2404
utils.bbclass: Testing via env in create_wrapper is a nice idea but breaks things

For example, pseudo-native wants to set LD_LIBRBARY_PATH but setting this
into the environment here causes the existing pseudo (running during do_install)
to poke into paths in /opt and this breaks builds.

The simplest fix is simply not to do this. Comments tweaks to match the code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utils.bbclass