buildtools-tarball: Add json, unittest and compression python module packages
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jun 2013 15:00:31 +0000 (15:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jun 2013 15:40:02 +0000 (16:40 +0100)
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>
meta/recipes-core/meta/buildtools-tarball.bb

index 211213e..4744daf 100644 (file)
@@ -27,6 +27,9 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-python-netserver \
     nativesdk-python-distutils \
     nativesdk-python-unixadmin \
+    nativesdk-python-compression \
+    nativesdk-python-json \
+    nativesdk-python-unittest \
     nativesdk-chrpath \
     nativesdk-tar \
     nativesdk-git \