aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdkext/cases
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/sdkext/cases')
-rw-r--r--meta/lib/oeqa/sdkext/cases/devtool.py2
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):
@skipIfNotDataVar('SDK_INCLUDE_TOOLCHAIN', '1', 'SDK does not include toolchain')
def test_extend_autotools_recipe_creation(self):
req = 'https://github.com/rdfa/librdfa'
- recipe = "bbexample"
+ recipe = "librdfa"
self._run('devtool add %s %s' % (recipe, req) )
try:
self._run('devtool build %s' % recipe)