[oe-commits] Richard Purdie : buildtools-tarball: Add json, unittest and compression python module packages

git at git.openembedded.org git at git.openembedded.org
Mon Jun 10 15:33:36 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bbcb7329ca4340dbd3d529567dc6b605347e3368
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bbcb7329ca4340dbd3d529567dc6b605347e3368

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun 10 15:00:31 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 211213e..4744daf 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -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 \



More information about the Openembedded-commits mailing list