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: lucaceresoli/bug-15201-perf-libtraceevent-missing~36652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3574481cb8204513001570f5fa3cc8f50ba510;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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. Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index e8abc06cb77..9771497ea53 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 \