[oe-commits] Saul Wold : buildtools-tarball: testimage needs the mmap python-module

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 20:18:34 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jul 16 12:32:14 2013 -0700

buildtools-tarball: testimage needs the mmap python-module

The new testimage class needs the mmap python-module in the buildtools-tarball
on machines that use the tarball to provide the correct version of python.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

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

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index e8abc06..9771497 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -30,6 +30,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-python-compression \
     nativesdk-python-json \
     nativesdk-python-unittest \
+    nativesdk-python-mmap \
     nativesdk-python-difflib \
     nativesdk-python-pprint \
     nativesdk-python-git \



More information about the Openembedded-commits mailing list