diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-04 16:16:19 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-05 15:00:04 +0100 |
commit | 773e9ef9bacbf1e63fe758915d599d11762b8c1f (patch) | |
tree | bfb29a2f877d04a210e5e10da8f5f61713d1bf4c /scripts/lib/devtool | |
parent | d00b2250a6afebd7d1373c04b4006290f0cd4043 (diff) | |
download | openembedded-core-773e9ef9bacbf1e63fe758915d599d11762b8c1f.tar.gz openembedded-core-773e9ef9bacbf1e63fe758915d599d11762b8c1f.tar.bz2 openembedded-core-773e9ef9bacbf1e63fe758915d599d11762b8c1f.zip |
scripts/oe-buildenv-internal: Fix regression in BB_ENV_EXTRAWHITE setting
The commit OE-Core:ada4639 (oe-buildenv-internal: simplify derivation
of BB_ENV_EXTRAWHITE) changed the format of BB_ENV_EXTRAWHITE
variable to:
,----
| BB_ENV_EXTRAWHITE='ALL_PROXY
| BB_NO_NETWORK
| BB_NUMBER_THREADS
| ...
| '
`----
Instead of:
,----
| BB_ENV_EXTRAWHITE='ALL_PROXY BB_NO_NETWORK BB_NUMBER_THREADS...'
`----
The old format allow for external script parsing easier and there is
no need to change the format as it has no benefit from usage
perspective.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool')
0 files changed, 0 insertions, 0 deletions