diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-21 12:56:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 14:15:21 +0100 |
commit | 177dab780ac07f13b38e89277558815d8ecc5c48 (patch) | |
tree | 3b211530f7e35281fe8745164f5160dec387f40c | |
parent | 993615ffecaff2b5a62a7a9ee3431a1e517077f0 (diff) | |
download | poky-177dab780ac07f13b38e89277558815d8ecc5c48.tar.gz |
buildtools-tarball: Add python3-jinja2
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>
(From OE-Core rev: 5dc390658f0839911d85fe7f3f3ce8bf006e69eb)
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dc6d4d438b71365f5c6f54b8482d4f01f1d0dc8e)
Signed-off-by: Steve Sakoman <steve@sakoman.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 ?= "\ | |||
10 | nativesdk-python3-modules \ | 10 | nativesdk-python3-modules \ |
11 | nativesdk-python3-misc \ | 11 | nativesdk-python3-misc \ |
12 | nativesdk-python3-git \ | 12 | nativesdk-python3-git \ |
13 | nativesdk-python3-jinja2 \ | ||
13 | nativesdk-python3-testtools \ | 14 | nativesdk-python3-testtools \ |
14 | nativesdk-python3-subunit \ | 15 | nativesdk-python3-subunit \ |
15 | nativesdk-ncurses-terminfo-base \ | 16 | nativesdk-ncurses-terminfo-base \ |