From: Richard Purdie Date: Mon, 10 Jun 2013 15:00:31 +0000 (+0000) Subject: buildtools-tarball: Add json, unittest and compression python module packages X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbcb7329ca4340dbd3d529567dc6b605347e3368;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 211213e1d9b..4744daf1bd3 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 \