mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be able to run west boards. Secondly, I want to get rid of the dependance on MACHINEOVERRIDES in machine definition files. One of the things that drives me a bit mad about how we're doing this is effort replication. Zephyr knows what the machine is, and modules needed and includes. We shouldn't need to replicate that effort. Future patches will address that through automatic machine generation. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
18 lines
753 B
BlitzBasic
18 lines
753 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
SUMMARY = "Python breathe"
|
|
DESCRIPTION = "Breathe is an extension to reStructuredText and Sphinx to be \
|
|
able to read and render Doxygen xml output."
|
|
HOMEPAGE = "https://pypi.org/project/breathe"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
DEPENDS = "python3-sphinx-native python3-docutils-native python3-pygments-native python3-babel-native python3-jinja2-native python3-distro-native"
|
|
PYPI_PACKAGE = "breathe"
|
|
SRC_URI[md5sum] = "33a86368215dbcb59e5c71687f6b228b"
|
|
SRC_URI[sha256sum] = "925eeff96c6640cd857e4ddeae6f75464a1d5e2e08ee56dccce4043583ae2050"
|
|
BBCLASSEXTEND = "native nativesdk"
|