diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-05-18 00:43:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 08:39:27 +0100 |
commit | 8ae1a5328e7ca820611fc1911195ebce6dc92237 (patch) | |
tree | 7b9515812cd20c924a2821e9855ba4820fe3312a | |
parent | fa19a541deb46dec1f4fbd60f08584daa06e2d6b (diff) | |
download | openembedded-core-8ae1a5328e7ca820611fc1911195ebce6dc92237.tar.gz openembedded-core-8ae1a5328e7ca820611fc1911195ebce6dc92237.tar.bz2 openembedded-core-8ae1a5328e7ca820611fc1911195ebce6dc92237.zip |
buildtools-tarball: remove nativesdk-python-pexpect
It was added for testing, and not needed any more after:
4a8a74c62836a20610daf029d4cec0b3087758b2
Author: Robert Yang <liezhi.yang@windriver.com>
Date: Mon Mar 21 02:25:50 2016 -0700
gpg_sign.py: get rid of pexpect
So remove it.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index e9578cac0c..dd28b962f0 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -12,7 +12,6 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python-modules \ nativesdk-python-misc \ nativesdk-python-git \ - nativesdk-python-pexpect \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \ |