aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-16 12:32:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-18 21:23:46 +0100
commitf58239885271f18b413ac0835023b9adad6dc585 (patch)
tree63a13c1c80f033193e08770cc67a4d6f0afa8659 /meta/recipes-core/meta
parente23d5a0e34c8a55f30619b0777ad8e004b37d9e7 (diff)
downloadopenembedded-core-contrib-f58239885271f18b413ac0835023b9adad6dc585.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. (From OE-Core rev: 0b3574481cb8204513001570f5fa3cc8f50ba510) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-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 \