The following changes since commit 364449251ffe4ff2c11acaa258edcec244c38818:
classes/package: fix variable name in comment (2018-07-26 16:55:21 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bt http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/bt Robert Yang (5): python3-extras: add it for python3-testtools python3-pbr: add it for python3-testtools python3-testtools: add it for oeqa python3-subunit: add it for oeqa buildtools-tarball: add python3-testtools and python3-subunit meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ meta/recipes-devtools/python/python-extras.inc | 12 ++++++++++ meta/recipes-devtools/python/python-pbr.inc | 14 +++++++++++ meta/recipes-devtools/python/python-subunit.inc | 14 +++++++++++ meta/recipes-devtools/python/python-testtools.inc | 27 ++++++++++++++++++++++ .../python/python3-extras_1.0.0.bb | 2 ++ meta/recipes-devtools/python/python3-pbr_3.1.1.bb | 2 ++ .../python/python3-subunit_1.1.0.bb | 2 ++ .../python/python3-testtools_2.2.0.bb | 2 ++ 9 files changed, 77 insertions(+) create mode 100644 meta/recipes-devtools/python/python-extras.inc create mode 100644 meta/recipes-devtools/python/python-pbr.inc create mode 100644 meta/recipes-devtools/python/python-subunit.inc create mode 100644 meta/recipes-devtools/python/python-testtools.inc create mode 100644 meta/recipes-devtools/python/python3-extras_1.0.0.bb create mode 100644 meta/recipes-devtools/python/python3-pbr_3.1.1.bb create mode 100644 meta/recipes-devtools/python/python3-subunit_1.1.0.bb create mode 100644 meta/recipes-devtools/python/python3-testtools_2.2.0.bb -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
