diff options
Diffstat (limited to 'meta/lib/oeqa/sdkext')
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py index f0abc95bc6..baa528f0d7 100644 --- a/meta/lib/oeqa/sdkext/cases/devtool.py +++ b/meta/lib/oeqa/sdkext/cases/devtool.py | |||
@@ -73,7 +73,7 @@ class DevtoolTest(OESDKExtTestCase): | |||
73 | @skipIfNotDataVar('SDK_INCLUDE_TOOLCHAIN', '1', 'SDK does not include toolchain') | 73 | @skipIfNotDataVar('SDK_INCLUDE_TOOLCHAIN', '1', 'SDK does not include toolchain') |
74 | def test_extend_autotools_recipe_creation(self): | 74 | def test_extend_autotools_recipe_creation(self): |
75 | req = 'https://github.com/rdfa/librdfa' | 75 | req = 'https://github.com/rdfa/librdfa' |
76 | recipe = "bbexample" | 76 | recipe = "librdfa" |
77 | self._run('devtool add %s %s' % (recipe, req) ) | 77 | self._run('devtool add %s %s' % (recipe, req) ) |
78 | try: | 78 | try: |
79 | self._run('devtool build %s' % recipe) | 79 | self._run('devtool build %s' % recipe) |