diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 49cee6d6a8..7d8f895045 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -676,7 +676,7 @@ class DevtoolModifyTests(DevtoolBase): | |||
676 | 676 | ||
677 | bbclassextended = False | 677 | bbclassextended = False |
678 | inheritnative = False | 678 | inheritnative = False |
679 | testrecipes = 'mtools-native apt-native desktop-file-utils-native'.split() | 679 | testrecipes = 'cdrtools-native mtools-native apt-native desktop-file-utils-native'.split() |
680 | for testrecipe in testrecipes: | 680 | for testrecipe in testrecipes: |
681 | checkextend = 'native' in (get_bb_var('BBCLASSEXTEND', testrecipe) or '').split() | 681 | checkextend = 'native' in (get_bb_var('BBCLASSEXTEND', testrecipe) or '').split() |
682 | if not bbclassextended: | 682 | if not bbclassextended: |