summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-docs-tarball.bb
blob: 72a256cf04a4f351112274c23da94e657e4067fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require recipes-core/meta/buildtools-tarball.bb

DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
LICENSE = "MIT"

# Add nativesdk equivalent of build-essentials
TOOLCHAIN_HOST_TASK += "\
    nativesdk-python3-sphinx \
    nativesdk-python3-sphinx-rtd-theme \
    nativesdk-python3-pyyaml \
    "

TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"

SDK_TITLE = "Docs Build tools tarball"