diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-08-17 19:40:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-18 07:50:00 -0700 |
| commit | e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 (patch) | |
| tree | 8d3e4706efb2edb7a66f4240b8b0d0f852cebc82 /meta-python/recipes-devtools/python3-breathe | |
| parent | 7ceeb8b8d7ed0ce0d462d6b9c4818fa3ce973291 (diff) | |
| download | meta-openembedded-e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0.tar.gz | |
python3-breathe: fixed location + added nativesdk
* moved the recipe from meta-python/recipes/devtool to meta-python/recipes-devtools/python3-breathe
What seems to be a more common location
* added nativesdk to BBCLASSEXTEND
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-breathe')
| -rw-r--r-- | meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb new file mode 100644 index 0000000000..a31bc4c849 --- /dev/null +++ b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Sphinx Doxygen renderer" | ||
| 2 | DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation." | ||
| 3 | HOMEPAGE = "https://www.breathe-doc.org/" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c" | ||
| 8 | |||
| 9 | inherit pypi python_flit_core ptest ptest-python-pytest | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "python3-sphinx" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "breathe" | ||
| 14 | |||
| 15 | BBCLASSEXTEND =+ "native nativesdk" | ||
