Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/12] oeqa/sdkext/devtool: rename recipe name to match upstream
@ 2017-03-01 16:02 Richard Purdie
  2017-03-01 16:02 ` [PATCH 02/12] testsdk: Handle minimal eSDK and avoid download costs Richard Purdie
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Richard Purdie @ 2017-03-01 16:02 UTC (permalink / raw)
  To: openembedded-core

From: Ross Burton <ross.burton@intel.com>

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py
index f0abc95..baa528f 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)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-03-01 16:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01 16:02 [PATCH 01/12] oeqa/sdkext/devtool: rename recipe name to match upstream Richard Purdie
2017-03-01 16:02 ` [PATCH 02/12] testsdk: Handle minimal eSDK and avoid download costs Richard Purdie
2017-03-01 16:11   ` Richard Purdie
2017-03-01 16:02 ` [PATCH 03/12] devtool/sdk: Run build-sysroots after installing new things Richard Purdie
2017-03-01 16:02 ` [PATCH 04/12] oeqa/sdkext: Ensure we run a deterministic set of tests Richard Purdie
2017-03-01 16:02 ` [PATCH 05/12] oeqs/sdk*/case: Use universal_newlines for subprocess calls Richard Purdie
2017-03-01 16:02 ` [PATCH 06/12] oeqa/sdkext/context: Work around broken dependency checks to get sdk tests running Richard Purdie
2017-03-01 16:02 ` [PATCH 07/12] populate_sdk_ext: Allow generation of meta-extsdk-toolchain even for minimal SDKs Richard Purdie
2017-03-01 16:02 ` [PATCH 08/12] oeqa/selftest: Drop http sstate sharing Richard Purdie
2017-03-01 16:02 ` [PATCH 09/12] oeqa/esdk/devtool: clean setUpClass/tearDownClass Richard Purdie
2017-03-01 16:02 ` [PATCH 10/12] oeqa: add output to subprocess exceptions Richard Purdie
2017-03-01 16:02 ` [PATCH 11/12] oeqa/sdkext/devtool: use finally instead of repeating cleanup Richard Purdie
2017-03-01 16:02 ` [PATCH 12/12] oeqa/sdkext: don't skip tests if there isn't a toolchain Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox