diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-07-27 16:52:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:28 +0100 |
commit | 033459894d368652bc9127dcb3bb1bcc8d6f055e (patch) | |
tree | 08e8985d83d0af8ef5ec27ba45a28701c908d1a9 | |
parent | f55d5a8022dda18f3e9aa4138dc1961d9ef979c4 (diff) | |
download | openembedded-core-033459894d368652bc9127dcb3bb1bcc8d6f055e.tar.gz openembedded-core-033459894d368652bc9127dcb3bb1bcc8d6f055e.tar.bz2 openembedded-core-033459894d368652bc9127dcb3bb1bcc8d6f055e.zip |
buildtools-tarball: add python3-testtools and python3-subunit
They are required by oeqa.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 377733f40e..7ab790709c 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -10,6 +10,8 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python3-modules \ nativesdk-python3-misc \ nativesdk-python3-git \ + nativesdk-python3-testtools \ + nativesdk-python3-subunit \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \ |