From: Saul Wold Date: Tue, 11 Jun 2013 20:53:01 +0000 (-0700) Subject: buildtools-tarball: add difflib and pprint python modules X-Git-Tag: 2015-4~6227 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fe744381e8844ad17dcc6e036650a442dbc9575d;p=openembedded-core.git buildtools-tarball: add difflib and pprint python modules Needed for the unittest part of bitbake-selftest can work correctly. Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 4744daf1bd..00fc26f0e7 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -30,6 +30,8 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python-compression \ nativesdk-python-json \ nativesdk-python-unittest \ + nativesdk-python-difflib \ + nativesdk-python-pprint \ nativesdk-chrpath \ nativesdk-tar \ nativesdk-git \