diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-16 12:32:14 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-18 07:14:41 -0700 |
commit | 0b3574481cb8204513001570f5fa3cc8f50ba510 (patch) | |
tree | 92a58d4a9f84ed6ad5bb9c8cbc95b3863f45d93c /meta/recipes-core | |
parent | 07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8 (diff) | |
download | openembedded-core-0b3574481cb8204513001570f5fa3cc8f50ba510.tar.gz openembedded-core-0b3574481cb8204513001570f5fa3cc8f50ba510.tar.bz2 openembedded-core-0b3574481cb8204513001570f5fa3cc8f50ba510.zip |
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>
Diffstat (limited to 'meta/recipes-core')
-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 ?= "\ nativesdk-python-compression \ nativesdk-python-json \ nativesdk-python-unittest \ + nativesdk-python-mmap \ nativesdk-python-difflib \ nativesdk-python-pprint \ nativesdk-python-git \ |