diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-16 12:32:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-18 21:23:46 +0100 |
commit | f58239885271f18b413ac0835023b9adad6dc585 (patch) | |
tree | 63a13c1c80f033193e08770cc67a4d6f0afa8659 /meta | |
parent | e23d5a0e34c8a55f30619b0777ad8e004b37d9e7 (diff) | |
download | poky-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')
-rw-r--r-- | 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 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 ?= "\ | |||
30 | nativesdk-python-compression \ | 30 | nativesdk-python-compression \ |
31 | nativesdk-python-json \ | 31 | nativesdk-python-json \ |
32 | nativesdk-python-unittest \ | 32 | nativesdk-python-unittest \ |
33 | nativesdk-python-mmap \ | ||
33 | nativesdk-python-difflib \ | 34 | nativesdk-python-difflib \ |
34 | nativesdk-python-pprint \ | 35 | nativesdk-python-pprint \ |
35 | nativesdk-python-git \ | 36 | nativesdk-python-git \ |