diff options
Diffstat (limited to 'meta/classes-recipe/ptest.bbclass')
-rw-r--r-- | meta/classes-recipe/ptest.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/ptest.bbclass b/meta/classes-recipe/ptest.bbclass index 0941572f8f..64c4bb9788 100644 --- a/meta/classes-recipe/ptest.bbclass +++ b/meta/classes-recipe/ptest.bbclass | |||
@@ -131,7 +131,7 @@ python () { | |||
131 | } | 131 | } |
132 | 132 | ||
133 | QARECIPETEST[missing-ptest] = "package_qa_check_missing_ptest" | 133 | QARECIPETEST[missing-ptest] = "package_qa_check_missing_ptest" |
134 | def package_qa_check_missing_ptest(pn, d, messages): | 134 | def package_qa_check_missing_ptest(pn, d): |
135 | # This checks that ptest package is actually included | 135 | # This checks that ptest package is actually included |
136 | # in standard oe-core ptest images - only for oe-core recipes | 136 | # in standard oe-core ptest images - only for oe-core recipes |
137 | if not 'meta/recipes' in d.getVar('FILE') or not(d.getVar('PTEST_ENABLED') == "1"): | 137 | if not 'meta/recipes' in d.getVar('FILE') or not(d.getVar('PTEST_ENABLED') == "1"): |