]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-tarball: Add python3-jinja2
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2020 11:56:53 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2020 22:53:35 +0000 (23:53 +0100)
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>
meta/recipes-core/meta/buildtools-tarball.bb

index 75b71f553278877b3fb78ee3a020aa95a28fca8e..ef56f76fa7190b129a4bd80b0fc8db17a10a39f9 100644 (file)
@@ -11,6 +11,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 \