aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-16 12:32:14 -0700
committerSaul Wold <sgw@linux.intel.com>2013-07-18 07:14:41 -0700
commit0b3574481cb8204513001570f5fa3cc8f50ba510 (patch)
tree92a58d4a9f84ed6ad5bb9c8cbc95b3863f45d93c
parent07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8 (diff)
downloadopenembedded-core-contrib-0b3574481cb8204513001570f5fa3cc8f50ba510.tar.gz
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@linux.intel.com>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
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 e8abc06cb7..9771497ea5 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 \