Re: [OE-core] [PATCH] toolchain-scripts: add check for LD_LIBRARY_PATH in the SDK env setup script

2017-06-26 Thread Burton, Ross
On 23 June 2017 at 18:33, Denys Dmytriyenko wrote: > Ping > This has been in mut for a while, should be in soon. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] toolchain-scripts: add check for LD_LIBRARY_PATH in the SDK env setup script

2017-06-23 Thread Denys Dmytriyenko
Ping. On Thu, Jun 15, 2017 at 03:09:49PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Provide a descriptive error message and exit the environment-setup script, > when LD_LIBRARY_PATH is set on the host system. > > Signed-off-by: Denys Dmytriyenko

[OE-core] [PATCH] toolchain-scripts: add check for LD_LIBRARY_PATH in the SDK env setup script

2017-06-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Provide a descriptive error message and exit the environment-setup script, when LD_LIBRARY_PATH is set on the host system. Signed-off-by: Denys Dmytriyenko --- meta/classes/toolchain-scripts.bbclass | 15 +++ 1 file changed, 15