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