]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-buildenv-internal: Ensure we detect the SDK/ADT and error out
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 13:08:13 +0000 (14:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 16:06:56 +0000 (17:06 +0100)
commit9496d4cd77ae632251b4262b63be857fc4fcb31e
tree97615f1e5b6fede8a9c9fc7fb31a718c9b1d32b1
parent0cc479699fe885049625d54c712b500c1b719e75
scripts/oe-buildenv-internal: Ensure we detect the SDK/ADT and error out

The SDK/ADT may ship with a python installed which may not have all the modules
need for a bitbake build. We should therefore detect if its already present in the
environment and error out in this case, asking the user to use a clean environment.

This also removes the potential for any other conflict between the two.

[YOCTO #2979]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal