summaryrefslogtreecommitdiffstats
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-23 14:39:45 +0100
commite6652a636a2a8da5cc834e3c97177b577008ffad (patch)
tree3b211530f7e35281fe8745164f5160dec387f40c
parent7ff8c823bf6b7781891e31c1d130dc4ab0fed03d (diff)
downloadpoky-dunfell-next.tar.gz
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> (From OE-Core rev: dc6d4d438b71365f5c6f54b8482d4f01f1d0dc8e) 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.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 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 \