summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/ptest.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/ptest.bbclass')
-rw-r--r--meta/classes-recipe/ptest.bbclass2
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
133QARECIPETEST[missing-ptest] = "package_qa_check_missing_ptest" 133QARECIPETEST[missing-ptest] = "package_qa_check_missing_ptest"
134def package_qa_check_missing_ptest(pn, d, messages): 134def 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"):