diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-29 00:22:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-29 00:22:49 +0100 |
commit | 7d93288117e7054472d8a01dde0b38bc0ff98c27 (patch) | |
tree | ec661551dd610e9b4338d51027c2688bc04a7dad /meta | |
parent | e1e347a2d509303e1c566450b0f2b485d3d6629f (diff) | |
download | openembedded-core-7d93288117e7054472d8a01dde0b38bc0ff98c27.tar.gz openembedded-core-7d93288117e7054472d8a01dde0b38bc0ff98c27.tar.bz2 openembedded-core-7d93288117e7054472d8a01dde0b38bc0ff98c27.zip |
buildtools-tarball: Add python-pkgutil
This is needed by some recently added automated QA tests so we should add it
to the buildtools tarball.
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 1e46308d3d..54fba11f8d 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -34,6 +34,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python-difflib \ nativesdk-python-pprint \ nativesdk-python-git \ + nativesdk-python-pkgutil \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \ |