diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-03-18 16:25:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-21 09:47:19 +0000 |
commit | 5c183f69b65478a98982e544728d00269efe3e22 (patch) | |
tree | 68f034d385882b3c0b53a9041072a47fb924697c /meta | |
parent | e353c9a94d82eba6e2d9bce303e9be891cc2aec2 (diff) | |
download | openembedded-core-5c183f69b65478a98982e544728d00269efe3e22.tar.gz openembedded-core-5c183f69b65478a98982e544728d00269efe3e22.tar.bz2 openembedded-core-5c183f69b65478a98982e544728d00269efe3e22.zip |
python-pexpect: Adds this module to buildtools, since it is needed by some of the automated runtime test code.
[YOCTO 7279]
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 302510c798..6d4c8c8fe1 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -12,6 +12,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python-modules \ nativesdk-python-misc \ nativesdk-python-git \ + nativesdk-python-pexpect \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \ |