summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-11-05 20:34:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-11 16:34:17 +0000
commit02627ad3d93e8221daf5d178c096ab48a9d1fd68 (patch)
tree378b969e9258f399d2974ef01beae4d371a47787 /meta/recipes-core
parentecf1e3d1b1c9ea676b385b1df99621dd148af88b (diff)
downloadpoky-02627ad3d93e8221daf5d178c096ab48a9d1fd68.tar.gz
buildtools-tarball: package all of Python
Instead of cherry-picking pieces of Python to put into the buildtools tarball, ship all of it. We can't predict what bits of Python will be needed in the future. (From OE-Core rev: 1cf1edcd28a002291622d04dd2d0ee2c67e329e4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb25
1 files changed, 1 insertions, 24 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 283312cee2..58e0ffa4f2 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -9,32 +9,9 @@ TOOLCHAIN_TARGET_TASK ?= ""
9 9
10TOOLCHAIN_HOST_TASK ?= "\ 10TOOLCHAIN_HOST_TASK ?= "\
11 nativesdk-python-core \ 11 nativesdk-python-core \
12 nativesdk-python-textutils \ 12 nativesdk-python-modules \
13 nativesdk-python-sqlite3 \
14 nativesdk-python-pickle \
15 nativesdk-python-logging \
16 nativesdk-python-elementtree \
17 nativesdk-python-curses \
18 nativesdk-python-compile \
19 nativesdk-python-compiler \
20 nativesdk-python-fcntl \
21 nativesdk-python-shell \
22 nativesdk-python-misc \ 13 nativesdk-python-misc \
23 nativesdk-python-multiprocessing \
24 nativesdk-python-subprocess \
25 nativesdk-python-xmlrpc \
26 nativesdk-python-netclient \
27 nativesdk-python-netserver \
28 nativesdk-python-distutils \
29 nativesdk-python-unixadmin \
30 nativesdk-python-compression \
31 nativesdk-python-json \
32 nativesdk-python-unittest \
33 nativesdk-python-mmap \
34 nativesdk-python-difflib \
35 nativesdk-python-pprint \
36 nativesdk-python-git \ 14 nativesdk-python-git \
37 nativesdk-python-pkgutil \
38 nativesdk-ncurses-terminfo-base \ 15 nativesdk-ncurses-terminfo-base \
39 nativesdk-chrpath \ 16 nativesdk-chrpath \
40 nativesdk-tar \ 17 nativesdk-tar \