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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2017-02-22 09:54:36 +00:00 committed by Richard Purdie
parent adb0b6ae82
commit f3b54c86b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)