]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:50 +0000 (16:08 +0000)
commit75cec07a03da6ecbc4ca8ecc2ef78fac4b94d4b3
treeb3f59e03d39b126ac717fe02aae2a18a96747710
parent606c9e7f78ab3ba128d85d1e5ffb6b0c110bc46f
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.

(From OE-Core rev: 9ae79973cfdabd1b4dacddce32735c65fe3544e4)

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