diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-11-14 06:34:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:02:28 +0000 |
commit | 3d8db6cb992f96023a0486f64fe6b0f1ead04184 (patch) | |
tree | 76073ec02780c4275770e555fc93d7b698d7ea53 /meta/classes/vala.bbclass | |
parent | 0b31a03c59efea3a8742762772e39dcbd6f8ed25 (diff) | |
download | openembedded-core-3d8db6cb992f96023a0486f64fe6b0f1ead04184.tar.gz openembedded-core-3d8db6cb992f96023a0486f64fe6b0f1ead04184.tar.bz2 openembedded-core-3d8db6cb992f96023a0486f64fe6b0f1ead04184.zip |
sanity.bbclass: fix check_connectivity() for BB_NO_NETWORK = "0"
The old code:
network_enabled = not d.getVar('BB_NO_NETWORK', True)
It is True only when BB_NO_NETWORK is not set (None),
but BB_NO_NETWORK = "0" should also be True while "1" means no network,
"0" means need network in a normal case.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/vala.bbclass')
0 files changed, 0 insertions, 0 deletions