summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-21 12:56:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-21 23:54:39 +0100
commita0336077a42bb678b5863b3853259cd7748dc685 (patch)
treef1125c208dfff5bf74bb8d86345c29b2c2904a26 /meta
parentfa9295c476ad3358fedec6c3e84b3969b6e7776f (diff)
downloadpoky-a0336077a42bb678b5863b3853259cd7748dc685.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: e86a07e7105fd1cc4fd3e5aa22ff07aca6e960d7) Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
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 75b71f5532..ef56f76fa7 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -11,6 +11,7 @@ TOOLCHAIN_HOST_TASK ?= "\
11 nativesdk-python3-modules \ 11 nativesdk-python3-modules \
12 nativesdk-python3-misc \ 12 nativesdk-python3-misc \
13 nativesdk-python3-git \ 13 nativesdk-python3-git \
14 nativesdk-python3-jinja2 \
14 nativesdk-python3-testtools \ 15 nativesdk-python3-testtools \
15 nativesdk-python3-subunit \ 16 nativesdk-python3-subunit \
16 nativesdk-ncurses-terminfo-base \ 17 nativesdk-ncurses-terminfo-base \