diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-26 10:55:31 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:02:48 -0800 |
commit | a1b9be34dba1c6fa369bbe5c1d3ec943f24d7379 (patch) | |
tree | dbc9ce6f6e927320f5f8de8e5fc1c8efadfae102 | |
parent | c2dcb76eb1c994c28bb1c31fe07678da1e2222fe (diff) | |
download | poky-a1b9be34dba1c6fa369bbe5c1d3ec943f24d7379.tar.gz |
buildtools-docs-tarball: Add rsvg so we can handle svg files in docs
We need to convert svg into png in the docs build so add rsvg tools
to handle this.
(From OE-Core rev: 5dd1fdf4c3e8596c4e7c8cd57d371c2c1d4b0843)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/meta/buildtools-docs-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-docs-tarball.bb b/meta/recipes-core/meta/buildtools-docs-tarball.bb index 72648e3b1c..b9ef68eb6d 100644 --- a/meta/recipes-core/meta/buildtools-docs-tarball.bb +++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb | |||
@@ -9,6 +9,7 @@ TOOLCHAIN_HOST_TASK += "\ | |||
9 | nativesdk-python3-sphinx \ | 9 | nativesdk-python3-sphinx \ |
10 | nativesdk-python3-sphinx-rtd-theme \ | 10 | nativesdk-python3-sphinx-rtd-theme \ |
11 | nativesdk-python3-pyyaml \ | 11 | nativesdk-python3-pyyaml \ |
12 | nativesdk-rsvg \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" | 15 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" |