diff mbox series

[meta-python,1/2] python3-breathe: fixed location + added nativesdk

Message ID 20250817174052.51506-1-jan.vermaete@gmail.com
State Accepted
Headers show
Series [meta-python,1/2] python3-breathe: fixed location + added nativesdk | expand

Commit Message

Jan Vermaete Aug. 17, 2025, 5:40 p.m. UTC
* 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>
---
 .../python3-breathe}/python3-breathe_4.36.0.bb                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/{recipes/devtool => recipes-devtools/python3-breathe}/python3-breathe_4.36.0.bb (93%)
diff mbox series

Patch

diff --git a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb
similarity index 93%
rename from meta-python/recipes/devtool/python3-breathe_4.36.0.bb
rename to meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb
index fe3d1eeb91..a31bc4c849 100644
--- a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
+++ b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb
@@ -12,4 +12,4 @@  RDEPENDS:${PN} = "python3-sphinx"
 
 PYPI_PACKAGE = "breathe"
 
-BBCLASSEXTEND =+ "native"
+BBCLASSEXTEND =+ "native nativesdk"