From: Paul Eggleton Date: Wed, 19 Jun 2013 17:01:31 +0000 (+0100) Subject: buildtools-tarball: add python-git X-Git-Tag: 2015-4~6016 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d9bf76b4fafc0ddcb19bf393e5e22678e49367b3;p=openembedded-core.git 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]. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- 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 ?= "\ nativesdk-python-unittest \ nativesdk-python-difflib \ nativesdk-python-pprint \ + nativesdk-python-git \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \