From 6c56844f83744015fa188746c481b43faefd606a Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 26 Jun 2025 17:15:45 +0200 Subject: [PATCH] buildtools-docs-tarball: add sphinx-argparse and sphinx-copybutton Include these sphinx extensions in the buildtools tarball to make them available when building the documentation. (From OE-Core rev: 2221a66a9d8d13a2d6040ab55f066ca39b1a6ea4) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-docs-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/buildtools-docs-tarball.bb b/meta/recipes-core/meta/buildtools-docs-tarball.bb index b9ef68eb6d..24fbc33000 100644 --- a/meta/recipes-core/meta/buildtools-docs-tarball.bb +++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb @@ -7,6 +7,8 @@ LICENSE = "MIT" # Add nativesdk equivalent of build-essentials TOOLCHAIN_HOST_TASK += "\ nativesdk-python3-sphinx \ + nativesdk-python3-sphinx-argparse \ + nativesdk-python3-sphinx-copybutton \ nativesdk-python3-sphinx-rtd-theme \ nativesdk-python3-pyyaml \ nativesdk-rsvg \