From: Saul Wold Date: Tue, 16 Jul 2013 19:32:14 +0000 (-0700) Subject: buildtools-tarball: testimage needs the mmap python-module X-Git-Tag: rev_ivi_2015_02_04~11756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c00eb05792ba1e4ca8a0fe22428b8dad057f3608;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index e8abc06..9771497 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 \