]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: fix return code
authorJuro Bystricky <juro.bystricky@intel.com>
Wed, 16 Dec 2015 21:24:07 +0000 (13:24 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:08:42 +0000 (16:08 +0000)
commit9ae79973cfdabd1b4dacddce32735c65fe3544e4
tree8263d523679548a26fbd5816ba8e75fe233e0556
parent2262fdb256954b22dadb2f7c6922e6046c269742
oe-buildenv-internal: fix return code

The script oe-buildenv-internal is called from oe-init-build-env.
Make sure oe-init-buildenv does not return an error if BB_ENV_EXTRAWHITE is
already set, otherwise this will cause oe-init-build-env to fail.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-buildenv-internal