diff options
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/devtool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py index 1072fb6095..a01bc0bfe2 100644 --- a/meta/lib/oeqa/sdkext/cases/devtool.py +++ b/meta/lib/oeqa/sdkext/cases/devtool.py | |||
@@ -68,6 +68,7 @@ class DevtoolTest(OESDKExtTestCase): | |||
68 | def test_extend_autotools_recipe_creation(self): | 68 | def test_extend_autotools_recipe_creation(self): |
69 | req = 'https://github.com/rdfa/librdfa' | 69 | req = 'https://github.com/rdfa/librdfa' |
70 | recipe = "librdfa" | 70 | recipe = "librdfa" |
71 | self._run('devtool sdk-install libxml2') | ||
71 | self._run('devtool add %s %s' % (recipe, req) ) | 72 | self._run('devtool add %s %s' % (recipe, req) ) |
72 | try: | 73 | try: |
73 | self._run('devtool build %s' % recipe) | 74 | self._run('devtool build %s' % recipe) |