From e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 17 Aug 2025 19:40:51 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../python3-breathe/python3-breathe_4.36.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb (limited to 'meta-python/recipes-devtools/python3-breathe') 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 @@ +SUMMARY = "Sphinx Doxygen renderer" +DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation." +HOMEPAGE = "https://www.breathe-doc.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6" + +SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c" + +inherit pypi python_flit_core ptest ptest-python-pytest + +RDEPENDS:${PN} = "python3-sphinx" + +PYPI_PACKAGE = "breathe" + +BBCLASSEXTEND =+ "native nativesdk" -- cgit v1.2.3-54-g00ecf