summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes/devtool
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-08-17 19:40:51 +0200
committerKhem Raj <raj.khem@gmail.com>2025-08-18 07:50:00 -0700
commite1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 (patch)
tree8d3e4706efb2edb7a66f4240b8b0d0f852cebc82 /meta-python/recipes/devtool
parent7ceeb8b8d7ed0ce0d462d6b9c4818fa3ce973291 (diff)
downloadmeta-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/devtool')
-rw-r--r--meta-python/recipes/devtool/python3-breathe_4.36.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb b/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
deleted file mode 100644
index fe3d1eeb91..0000000000
--- a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "Sphinx Doxygen renderer"
2DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation."
3HOMEPAGE = "https://www.breathe-doc.org/"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
6
7SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c"
8
9inherit pypi python_flit_core ptest ptest-python-pytest
10
11RDEPENDS:${PN} = "python3-sphinx"
12
13PYPI_PACKAGE = "breathe"
14
15BBCLASSEXTEND =+ "native"