diff options
author | Ross Burton <ross.burton@intel.com> | 2017-02-22 09:54:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:11 +0000 |
commit | f3b54c86b5dde27a348d905fd3fce031f66a9cb8 (patch) | |
tree | 3a381a287f5bf23bbd97d96057a688582dc376e1 | |
parent | adb0b6ae8298fd388029a57471fc31f3899e0ec7 (diff) | |
download | poky-f3b54c86b5dde27a348d905fd3fce031f66a9cb8.tar.gz |
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>
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/devtool.py | 2 |
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): | |||
73 | @skipIfNotDataVar('SDK_INCLUDE_TOOLCHAIN', '1', 'SDK does not include toolchain') | 73 | @skipIfNotDataVar('SDK_INCLUDE_TOOLCHAIN', '1', 'SDK does not include toolchain') |
74 | def test_extend_autotools_recipe_creation(self): | 74 | def test_extend_autotools_recipe_creation(self): |
75 | req = 'https://github.com/rdfa/librdfa' | 75 | req = 'https://github.com/rdfa/librdfa' |
76 | recipe = "bbexample" | 76 | recipe = "librdfa" |
77 | self._run('devtool add %s %s' % (recipe, req) ) | 77 | self._run('devtool add %s %s' % (recipe, req) ) |
78 | try: | 78 | try: |
79 | self._run('devtool build %s' % recipe) | 79 | self._run('devtool build %s' % recipe) |