diff options
Diffstat (limited to 'meta/classes/features_check.bbclass')
-rw-r--r-- | meta/classes/features_check.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/features_check.bbclass b/meta/classes/features_check.bbclass index 3ef6b35baa..163a7bc3fc 100644 --- a/meta/classes/features_check.bbclass +++ b/meta/classes/features_check.bbclass | |||
@@ -11,6 +11,9 @@ | |||
11 | # | 11 | # |
12 | # Copyright 2019 (C) Texas Instruments Inc. | 12 | # Copyright 2019 (C) Texas Instruments Inc. |
13 | # Copyright 2013 (C) O.S. Systems Software LTDA. | 13 | # Copyright 2013 (C) O.S. Systems Software LTDA. |
14 | # | ||
15 | # SPDX-License-Identifier: MIT | ||
16 | |||
14 | 17 | ||
15 | python () { | 18 | python () { |
16 | if d.getVar('PARSE_ALL_RECIPES', False): | 19 | if d.getVar('PARSE_ALL_RECIPES', False): |