mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
base/features_check: Make PARSE_ALL_RECIPES and SOURCE_MIRROR_FETCH boolean
So that value "0" can turn them off. (From OE-Core rev: 1a2afcd0773c5ec5946d1dfc27bde585c52a5724) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b51df1baa8
commit
284a08b6e4
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
python () {
|
||||
if d.getVar('PARSE_ALL_RECIPES', False):
|
||||
if bb.utils.to_boolean(d.getVar('PARSE_ALL_RECIPES', False)):
|
||||
return
|
||||
|
||||
unused = True
|
||||
|
||||
Reference in New Issue
Block a user