blob: 72648e3b1cd0545e9f31c2ab7bad9feb5a283aa2 [file] [log] [blame]
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"
TESTSDK_CASES = "buildtools-docs-cases"