[oe-commits] Saul Wold : buildtools-tarball: add difflib and pprint python modules

git at git.openembedded.org git at git.openembedded.org
Tue Jun 11 20:47:24 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun 11 13:53:01 2013 -0700

buildtools-tarball: add difflib and pprint python modules

Needed for the unittest part of bitbake-selftest can work correctly.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/meta/buildtools-tarball.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 4744daf..00fc26f 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 \



More information about the Openembedded-commits mailing list