diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-11-05 20:34:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-05 23:30:49 +0000 |
| commit | 0add8abc12b850e38a6ec7dcf2856fab2c0107b6 (patch) | |
| tree | 678eb427be5439998cfa0a1b40c8174409663645 | |
| parent | 7cde98f997a55335bc016869ac8fc9e56237749b (diff) | |
| download | poky-0add8abc12b850e38a6ec7dcf2856fab2c0107b6.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: 745dfbc869fd593d1b92e2bc9c01d589ab21ade3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 25 |
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 | ||
| 10 | TOOLCHAIN_HOST_TASK ?= "\ | 10 | TOOLCHAIN_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 \ |
