]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/sdkext/devtool: rename recipe name to match upstream
authorRoss Burton <ross.burton@intel.com>
Wed, 22 Feb 2017 09:54:36 +0000 (09:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 16:02:09 +0000 (16:02 +0000)
Call the generated recipe librdfa instead of bb-example to make it clearer what
is happening.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/sdkext/cases/devtool.py

index f0abc95bc66921c4cd549b8c32b26093d314493c..baa528f0d74b5f65c3bbfc9d1ede1ce0f20d4c39 100644 (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)