From e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 17 Aug 2025 19:40:51 +0200 Subject: [PATCH] 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 | 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 --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"