diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-10 15:00:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-10 16:40:02 +0100 |
commit | 74d3a1a6c951a3dfa858f4d30ff84c2944ac9cfe (patch) | |
tree | 21e5560ecec7167d63f90dbf84d721542ef93d19 /meta | |
parent | 5128f0a8465f574f520282499410446a156fc54d (diff) | |
download | poky-74d3a1a6c951a3dfa858f4d30ff84c2944ac9cfe.tar.gz |
buildtools-tarball: Add json, unittest and compression python module packages
We need unittest so bitbake-selftest can work, tarfile from the compression module
for opkg-utils and json for webkit builds.
(From OE-Core rev: bbcb7329ca4340dbd3d529567dc6b605347e3368)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 211213e1d9..4744daf1bd 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -27,6 +27,9 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
27 | nativesdk-python-netserver \ | 27 | nativesdk-python-netserver \ |
28 | nativesdk-python-distutils \ | 28 | nativesdk-python-distutils \ |
29 | nativesdk-python-unixadmin \ | 29 | nativesdk-python-unixadmin \ |
30 | nativesdk-python-compression \ | ||
31 | nativesdk-python-json \ | ||
32 | nativesdk-python-unittest \ | ||
30 | nativesdk-chrpath \ | 33 | nativesdk-chrpath \ |
31 | nativesdk-tar \ | 34 | nativesdk-tar \ |
32 | nativesdk-git \ | 35 | nativesdk-git \ |