diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/sdk/buildsudoku.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdk/buildsudoku.py b/meta/lib/oeqa/sdk/buildsudoku.py index 6a60c76be8..dea77c6599 100644 --- a/meta/lib/oeqa/sdk/buildsudoku.py +++ b/meta/lib/oeqa/sdk/buildsudoku.py | |||
@@ -2,6 +2,10 @@ from oeqa.oetest import oeSDKTest, skipModule | |||
2 | from oeqa.utils.decorators import * | 2 | from oeqa.utils.decorators import * |
3 | from oeqa.utils.targetbuild import SDKBuildProject | 3 | from oeqa.utils.targetbuild import SDKBuildProject |
4 | 4 | ||
5 | def setUpModule(): | ||
6 | if not oeSDKTest.hasPackage("gtk\+"): | ||
7 | skipModule("Image doesn't have gtk+ in manifest") | ||
8 | |||
5 | class SudokuTest(oeSDKTest): | 9 | class SudokuTest(oeSDKTest): |
6 | 10 | ||
7 | @classmethod | 11 | @classmethod |