From: Ross Burton Date: Wed, 22 Feb 2017 09:54:36 +0000 (+0000) Subject: oeqa/sdkext/devtool: rename recipe name to match upstream X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b54c86b5dde27a348d905fd3fce031f66a9cb8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. (From OE-Core rev: c59b82ec151618bb4bcb1953b8ca7d23255d3357) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py index f0abc95bc66..baa528f0d74 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)