]> code.ossystems Code Review - openembedded-core.git/commit
python3-testtools: add it for oeqa
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Jul 2018 07:36:17 +0000 (15:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 11:44:28 +0000 (12:44 +0100)
commit50864df5b0eb3d1704e8fe75c06e957af0b41c38
treeada98485ad6470e7913f5891930330eb27ac8a97
parent4cc30de57dd70571005a1f31f9465d745c92aad2
python3-testtools: add it for oeqa

- It is required by oeqa, add it so that we can add nativesdk-python3-testtools
  to buildtools-tarball.
- The original one is python-testtools_2.3.0.bb which is from meta-openstack
  layer, I divided it into python-testtools.inc and python3-testtools_2.2.0.bb,
  and extended to nativesdk.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-testtools.inc [new file with mode: 0644]
meta/recipes-devtools/python/python3-testtools_2.2.0.bb [new file with mode: 0644]