buildtools-tarball: testimage needs the mmap python-module
authorSaul Wold <sgw@linux.intel.com>
Tue, 16 Jul 2013 19:32:14 +0000 (12:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jul 2013 20:23:46 +0000 (21:23 +0100)
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.

(From OE-Core rev: 0b3574481cb8204513001570f5fa3cc8f50ba510)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-tarball.bb

index e8abc06..9771497 100644 (file)
@@ -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 \