From c59b82ec151618bb4bcb1953b8ca7d23255d3357 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 22 Feb 2017 09:54:36 +0000 Subject: oeqa/sdkext/devtool: rename recipe name to match upstream Call the generated recipe librdfa instead of bb-example to make it clearer what is happening. Signed-off-by: Ross Burton --- meta/lib/oeqa/sdkext/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib/oeqa/sdkext/cases') 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) -- cgit 1.2.3-korg