diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-19 18:01:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:23:43 +0100 |
commit | bb065931f69cabc6203f487a94cb220d20c9c2d5 (patch) | |
tree | a273c53d5e1a1be9f18c502a88c460a6cfc3ae57 /meta/recipes-core | |
parent | d70439a185b7074359cdf6a6abebdd96a9712b3d (diff) | |
download | poky-bb065931f69cabc6203f487a94cb220d20c9c2d5.tar.gz |
buildtools-tarball: add python-git
python-git is needed by buildhistory-diff and the OE layer index update
script, and on machines where buildtools-tarball is necessary given we
are providing python we must provide this module as well.
Fixes [YOCTO #4747].
(From OE-Core rev: d9bf76b4fafc0ddcb19bf393e5e22678e49367b3)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 8b68f716c5..e8abc06cb7 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -32,6 +32,7 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
32 | nativesdk-python-unittest \ | 32 | nativesdk-python-unittest \ |
33 | nativesdk-python-difflib \ | 33 | nativesdk-python-difflib \ |
34 | nativesdk-python-pprint \ | 34 | nativesdk-python-pprint \ |
35 | nativesdk-python-git \ | ||
35 | nativesdk-ncurses-terminfo-base \ | 36 | nativesdk-ncurses-terminfo-base \ |
36 | nativesdk-chrpath \ | 37 | nativesdk-chrpath \ |
37 | nativesdk-tar \ | 38 | nativesdk-tar \ |