diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-21 12:56:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-23 14:39:27 +0100 |
commit | dc6d4d438b71365f5c6f54b8482d4f01f1d0dc8e (patch) | |
tree | ed4b6122370d3b5864b923a8dd146acce1ef7630 | |
parent | b5156e95e9e80e3e0f7eea181cd12f85e03a111d (diff) | |
download | openembedded-core-dunfell-next.tar.gz openembedded-core-dunfell-next.tar.bz2 openembedded-core-dunfell-next.zip |
buildtools-tarball: Add python3-jinja2dunfell-next
This is used by various pieces of the result handling code, particularly the
performance testing and we're seeing autobuilder failures that are
easiest resolved using this.
Acked-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 edf67ce2ad..77e1fa23cb 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -10,6 +10,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python3-modules \ nativesdk-python3-misc \ nativesdk-python3-git \ + nativesdk-python3-jinja2 \ nativesdk-python3-testtools \ nativesdk-python3-subunit \ nativesdk-ncurses-terminfo-base \ |