]> code.ossystems Code Review - openembedded-core.git/commit
python3-subunit: 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)
commitf55d5a8022dda18f3e9aa4138dc1961d9ef979c4
tree97379ca7b080ef65076074abca95de0733920c96
parent50864df5b0eb3d1704e8fe75c06e957af0b41c38
python3-subunit: add it for oeqa

- It is required by oeqa, add it so that we can add nativesdk-python3-subunit
  to buildtools-tarball.
- The original one is python-subunit_1.1.0.bb which is from meta-openstack
  layer, I divided it into python-subunit.inc and python3-subunit_1.1.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-subunit.inc [new file with mode: 0644]
meta/recipes-devtools/python/python3-subunit_1.1.0.bb [new file with mode: 0644]