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 09:05:20 +0100 |
commit | a2e3f17594a6030b5d73414ff36c81b0ff95dd27 (patch) | |
tree | f4b2d1b3a6547f2c9943e702bd0834fc22130b59 | |
parent | 65ab0968f1e467504095c8cbe9ed1c31beb062e8 (diff) | |
download | poky-a2e3f17594a6030b5d73414ff36c81b0ff95dd27.tar.gz |
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.
(From OE-Core rev: 8ae1a5328e7ca820611fc1911195ebce6dc92237)
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 ?= "\ | |||
12 | nativesdk-python-modules \ | 12 | nativesdk-python-modules \ |
13 | nativesdk-python-misc \ | 13 | nativesdk-python-misc \ |
14 | nativesdk-python-git \ | 14 | nativesdk-python-git \ |
15 | nativesdk-python-pexpect \ | ||
16 | nativesdk-ncurses-terminfo-base \ | 15 | nativesdk-ncurses-terminfo-base \ |
17 | nativesdk-chrpath \ | 16 | nativesdk-chrpath \ |
18 | nativesdk-tar \ | 17 | nativesdk-tar \ |